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

Unified Diff: LayoutTests/fast/multicol/table-vertical-align.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/multicol/table-vertical-align.html
diff --git a/LayoutTests/fast/multicol/table-vertical-align.html b/LayoutTests/fast/multicol/table-vertical-align.html
index 1a6459a6482670261d470af5de44cd2a4751f418..5f0c8f93de0087f235cd2bd18380fa5ab43fe9d5 100644
--- a/LayoutTests/fast/multicol/table-vertical-align.html
+++ b/LayoutTests/fast/multicol/table-vertical-align.html
@@ -1,3 +1,4 @@
+<body style="overflow: hidden;">
<div style="-webkit-column-count:2; column-count:2; column-fill:auto; height:350px">
<table border=1 cellpadding=10 cellspacing=0>
<tr style="vertical-align:baseline"><td>
@@ -121,3 +122,4 @@ This cell has lots of text.<br>
</tr>
</table>
</div>
+</body>

Powered by Google App Engine
This is Rietveld 408576698