aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Walton <pcwalton@mimiga.net>2014-10-30 13:12:27 -0700
committerPatrick Walton <pcwalton@mimiga.net>2014-10-31 12:24:40 -0700
commit7712052e137cdefc567d17366b233c060cf2477b (patch)
tree1723abeb348dd7577a1194a31be737064da1c3cf
parent265763518f7214456977cca5c93685d063073951 (diff)
downloadservo-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.html1
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 {