Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(561)

Unified Diff: LayoutTests/fast/table/height-percent-test-vertical.html

Issue 249723003: Remove main frame overflow from some non-scrollbar tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Windows expectations Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698