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

Unified Diff: LayoutTests/fast/multicol/span/anonymous-style-inheritance.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
« no previous file with comments | « LayoutTests/fast/multicol/nested-columns.html ('k') | LayoutTests/fast/multicol/table-vertical-align.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/multicol/span/anonymous-style-inheritance.html
diff --git a/LayoutTests/fast/multicol/span/anonymous-style-inheritance.html b/LayoutTests/fast/multicol/span/anonymous-style-inheritance.html
index 1077b2668086cd263732c2d70440f12d34646d96..041be05b75b29fc5edbaf0268562fd67890f3b15 100644
--- a/LayoutTests/fast/multicol/span/anonymous-style-inheritance.html
+++ b/LayoutTests/fast/multicol/span/anonymous-style-inheritance.html
@@ -1,6 +1,7 @@
<!doctype html>
<head>
<style>
+body { overflow: hidden; }
div { border:5px solid maroon; -webkit-column-count:2; width:750px; margin: 1em 0 }
h2 { -webkit-column-span: all; background-color:#eeeeee }
</style>
« no previous file with comments | « LayoutTests/fast/multicol/nested-columns.html ('k') | LayoutTests/fast/multicol/table-vertical-align.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698