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

Side by Side Diff: LayoutTests/fast/multicol/newmulticol/breaks-2-columns-3-no-balancing-expected.html

Issue 143383002: Region based multicol: support explicit column breaks (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Code review. Created 6 years, 10 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 <html>
3 <head>
4 <title>multicol with break</title>
5 <style>
6 .mc { float:left; width:7em; padding:0 0.5em; }
7 </style>
8 </head>
9 <body style="min-width:40em; line-height:2em;">
10 <div style="float:left; height:10em; background:olive;">
11 <div class="mc">
12 first column<br>
13 first column<br>
14 first column<br>
15 first column<br>
16 first column<br>
17 </div>
18 <div class="mc">
19 second column<br>
20 </div>
21 <div class="mc">
22 third column<br>
23 </div>
24 </div>
25 <div class="mc">
26 fourth column<br>
27 fourth column<br>
28 fourth column<br>
29 fourth column<br>
30 fourth column<br>
31 </div>
32 <div class="mc">
33 fifth column<br>
34 </div>
35 </body>
36 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698