diff options
author | Patrick Walton <pcwalton@mimiga.net> | 2014-10-30 13:12:27 -0700 |
---|---|---|
committer | Patrick Walton <pcwalton@mimiga.net> | 2014-10-31 12:24:40 -0700 |
commit | 7712052e137cdefc567d17366b233c060cf2477b (patch) | |
tree | 1723abeb348dd7577a1194a31be737064da1c3cf | |
parent | 265763518f7214456977cca5c93685d063073951 (diff) | |
download | servo-7712052e137cdefc567d17366b233c060cf2477b.tar.gz servo-7712052e137cdefc567d17366b233c060cf2477b.zip |
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.
-rw-r--r-- | tests/ref/inline_hypothetical_box_a.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ref/inline_hypothetical_box_a.html b/tests/ref/inline_hypothetical_box_a.html index 952cbaced14..3b07324daa6 100644 --- a/tests/ref/inline_hypothetical_box_a.html +++ b/tests/ref/inline_hypothetical_box_a.html @@ -9,6 +9,7 @@ .b { position: absolute; + vertical-align: top; } .c { |