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

Side by Side Diff: LayoutTests/fast/multicol/nested-fixed-height-with-struts.html

Issue 1292163002: Initial support for nested multicol layout. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: code review Created 5 years, 4 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 .box { display:inline-block; width:1em; height:4em; background:blue; }
4 </style>
5 <p>There should be a blue square below.</p>
6 <div style="-webkit-columns:2; -webkit-column-gap:0; column-fill:auto; line-heig ht:5em; width:4em; height:12.5em;">
7 <br>
8 <div style="-webkit-columns:2; -webkit-column-gap:0; column-fill:auto; heigh t:25em;">
9 <div class="box"></div><br>
10 <div class="box"></div><br>
11 <br>
12 <div class="box"></div><br>
13 <br>
14 <div class="box"></div><br>
15 </div>
16 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698