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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/multicol/line-in-next-row-in-fourth-inner-multicol.html

Issue 1834223008: All ancestor multicols must have enough rows before laying out some inner multicol. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: No zoom in test. Created 4 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 * { column-gap:0; }
4 </style>
5 <p>The word "PASS" should be seen below.</p>
6 <div style="columns:1; column-fill:auto; width:10em; height:28px; line-height:20 px;">
7 <div style="height:8px;"></div>
8 <div style="columns:1; column-fill:auto; height:68px;">
9 <div style="height:20px;"></div>
10 <div style="columns:1; column-fill:auto; height:48px;">
11 <div style="columns:1;">
12 <br>PASS<br>
13 </div>
14 </div>
15 </div>
16 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698