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-balanced-inner-column-count-1-with-forced-break.html

Issue 1891783002: Support multiple fragmentainer groups per ColumnBalancer run. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 <p>There should be a papayawhip square below. It should be aligned in
3 the bottom right corner of a hotpink rectangle with a black border.</p>
4 <div style="columns:2; column-fill:auto; column-gap:0; width:80px; line-height:2 0px; border:1px solid black; background:hotpink;">
5 <div style="columns:1;">
6 <div style="height:1px;"></div>
7 <div style="height:6px; break-before:column;"></div>
8 <div style="width:40px; background:papayawhip;">
9 <br>
10 <br>
11 </div>
12 </div>
13 </div>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/multicol/nested-balanced-inner-column-count-1-with-forced-break-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698