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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/multicol/nested-auto-height.html

Issue 1429903003: Always lay out the flow thread when the multicol container is laid out. (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 <!DOCTYPE html>
2 <style>
3 .mc { -webkit-columns:2; -webkit-column-gap:0; }
4 </style>
5 <p>Basic test for multicol inside multicol, where the inner multicol crosses col umn boundaries in
6 the outer multicol, so that it has to establish multiple rows / fragmentatio n groups.</p>
7 <p>Below, the word "PASS" should be seen, with large letter spacing on a lime ba ckground. No red should be seen.</p>
8 <div class="mc" style="width:4em; background:red;">
9 <div class="mc" style="background:lime;">
10 P<br>A<br>S<br>S
11 </div>
12 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698