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

Side by Side Diff: LayoutTests/fast/multicol/nested-outer-fixed-height.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 .mc { -webkit-columns:2; -webkit-column-gap:0; }
4 </style>
5 <p>Test that we establish two column rows for the contents of an inner multicol container that
6 crosses a column boundary in the outer multicol container.</p>
7 <p>The word "PASS" should be seen below, with large letter spacing, and no red.< /p>
8 <div class="mc" style="column-fill:auto; width:4em; height:2em; line-height:2em; background:red;">
9 <div class="mc" style="background:white;">
10 P<br>
11 A<br>
12 S<br>
13 S<br>
14 </div>
15 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698