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

Unified Diff: LayoutTests/fast/multicol/float-multicol.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/float-multicol.html
diff --git a/LayoutTests/fast/multicol/float-multicol.html b/LayoutTests/fast/multicol/float-multicol.html
index 2add9c57aefb4307cfe3a90050233a54ca8cc7e6..0034a840251fc415194fe6781418d7c403277412 100644
--- a/LayoutTests/fast/multicol/float-multicol.html
+++ b/LayoutTests/fast/multicol/float-multicol.html
@@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
- <body style="-moz-column-width:24em; -moz-column-gap:2em; -webkit-column-width:24em; -webkit-column-gap:2em">
+ <body style="-moz-column-width:24em; -moz-column-gap:2em; -webkit-column-width:24em; -webkit-column-gap:2em; overflow: hidden;">
<div style="background:cyan;">
<div style="float:left; width:50%; background:yellow; margin:0.3em;">
<img src="resources/blimp.png" style="float:left;">
« no previous file with comments | « LayoutTests/fast/multicol/columns-shorthand-parsing.html ('k') | LayoutTests/fast/multicol/float-paginate.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698