From 7712052e137cdefc567d17366b233c060cf2477b Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Thu, 30 Oct 2014 13:12:27 -0700 Subject: [PATCH] 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. --- tests/ref/inline_hypothetical_box_a.html | 1 + 1 file changed, 1 insertion(+) 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 {