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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <html style="-webkit-columns:4; width:64px; padding-top:100px; -webkit-column-ga p:0;">
2 <body style="margin:0;">
3 <div style="position:fixed; top:0; left:0;">
4 <p>Test that quirks mode doesn't cause weirdness for a columnized ro ot element.</p>
5 <p>Below there should be a papayawhip square.</p>
6 </div>
7 <div style="height:64px; background:papayawhip;"></div>
8 <div style="height:64px; background:papayawhip;"></div>
9 <div style="height:64px; background:papayawhip;"></div>
10 <div style="height:64px; background:papayawhip;"></div>
11 </body>
12 </html>
OLDNEW
« 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