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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/multicol/multicol-on-root-element-quirks-expected.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
OLDNEW
(Empty)
1 <html style="padding-top:100px;">
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="width:64px; height:64px; background:papayawhip;"></div>
8 </body>
9 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698