Index: LayoutTests/fast/table/height-percent-test-vertical.html |
diff --git a/LayoutTests/fast/table/height-percent-test-vertical.html b/LayoutTests/fast/table/height-percent-test-vertical.html |
index ba670ca3d6d9333cbd8885ee8694aa9be3875511..4c2f1d5f219a7d28997a81b65dfc4b66b8c56ee3 100644 |
--- a/LayoutTests/fast/table/height-percent-test-vertical.html |
+++ b/LayoutTests/fast/table/height-percent-test-vertical.html |
@@ -1,3 +1,4 @@ |
+<body style="overflow: hidden;"> |
<div style="-webkit-writing-mode: vertical-rl;"> |
<div style="margin: 1em; width: 24px; border: 1px solid black;"><div style="float:left"> |
<div style="height: 100px; background-color:green; width:100%"></div> |
@@ -16,3 +17,4 @@ |
<table bgcolor=red width=100% cellpadding=0 cellspacing=0><tr><td><img border=0 width=22 height=96 style="background-color:green"></td></tr></table> |
</div></div> |
</div> |
+</body> |