mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
test: Mark the inline element in inline_hypothetical_box_a.html
as
`vertical-align: top`. We actually don't support the other values correctly, and so this test was relying on a bug in incremental reflow.
This commit is contained in:
parent
265763518f
commit
7712052e13
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
|
||||
.b {
|
||||
position: absolute;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.c {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue