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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/multicol-on-root-element-quirks.html

Issue 1461623002: Disable stretch-to-viewport quirk for multicol. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « no previous file | third_party/WebKit/LayoutTests/fast/multicol/multicol-on-root-element-quirks-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/multicol/multicol-on-root-element-quirks.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/multicol-on-root-element-quirks.html b/third_party/WebKit/LayoutTests/fast/multicol/multicol-on-root-element-quirks.html
new file mode 100644
index 0000000000000000000000000000000000000000..9ec01312632fc8e71e3b51b28e6e6985fee83385
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/multicol/multicol-on-root-element-quirks.html
@@ -0,0 +1,12 @@
+<html style="-webkit-columns:4; width:64px; padding-top:100px; -webkit-column-gap:0;">
+ <body style="margin:0;">
+ <div style="position:fixed; top:0; left:0;">
+ <p>Test that quirks mode doesn't cause weirdness for a columnized root element.</p>
+ <p>Below there should be a papayawhip square.</p>
+ </div>
+ <div style="height:64px; background:papayawhip;"></div>
+ <div style="height:64px; background:papayawhip;"></div>
+ <div style="height:64px; background:papayawhip;"></div>
+ <div style="height:64px; background:papayawhip;"></div>
+ </body>
+</html>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/multicol/multicol-on-root-element-quirks-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698