Skip to content

Commit

Permalink
[css-contain] Fix contain-layout-cell- tests (#12926)
Browse files Browse the repository at this point in the history
Use "vertical-align: top" in some elements otherwise the test fails.
  • Loading branch information
mrego authored and frivoal committed Sep 12, 2018
1 parent 880cece commit 8f0b9c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions css/css-contain/contain-layout-cell-001.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
background-color: red;
color: yellow;
font-family: monospace;
vertical-align: top;
}

div#abs-pos
Expand Down
1 change: 1 addition & 0 deletions css/css-contain/contain-layout-cell-002.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
background-color: red;
color: yellow;
font-family: monospace;
vertical-align: top;
}

div#abs-pos
Expand Down
1 change: 1 addition & 0 deletions css/css-contain/reference/contain-layout-cell-001-ref.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
background-color: green;
color: white;
font-family: monospace;
vertical-align: top;
}
</style>

Expand Down

0 comments on commit 8f0b9c6

Please sign in to comment.