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

Side by Side Diff: LayoutTests/fast/multicol/nested-outer-fixed-height-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 .column { float:left; width:1em; }
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 style="line-height:2em;">
9 <div class="column">P</div>
10 <div class="column">A</div>
11 <div class="column">S</div>
12 <div class="column">S</div>
13 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/multicol/nested-outer-fixed-height.html ('k') | Source/core/layout/LayoutMultiColumnFlowThread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698