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

Side by Side Diff: LayoutTests/fast/multicol/newmulticol/fixed-height-fill-balance-2-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>balancing fixed-height multicol</title>
5 </head>
6 <body style="overflow:hidden;">
7 <p>There should be three identical blue rectangles below.</p>
8 <div style="width:20em;">
9 <div style="float:left; width:6em; height:2em; background:blue;"></d iv>
10 <div style="float:left; width:1em; height:2em;"></div>
11 <div style="float:left; width:6em; height:2em; background:blue;"></d iv>
12 <div style="float:left; width:1em; height:2em;"></div>
13 <div style="float:left; width:6em; height:2em; background:blue;"></d iv>
14 </div>
15 </body>
16 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/multicol/newmulticol/fixed-height-fill-balance-2.html ('k') | Source/core/rendering/RenderBlockFlow.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698