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

Side by Side Diff: LayoutTests/fast/multicol/nested-fixed-height-with-struts-expected.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="line-height:5em;">
7 <br>
8 <div style="display:inline-block; width:1em; width:4em; height:4em; backgrou nd:blue;"></div>
9 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698