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

Side by Side Diff: LayoutTests/fast/multicol/span/as-inner-multicol-expected.html

Issue 1112593002: [New Multicolumn] Spanners are not part of the nearest ancestor flow thread. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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 .container { width:300px; text-align:center; color:white; }
4 .box { float:left; width:100px; line-height:50px; height:100px; }
5 .green { background:green; }
6 </style>
7 <p>Test that an inner multicol that's also a spanner is rendered correctly.</p>
8 <p>There should be a green cross below. The word "PASS" should be seen on its ri ght arm.</p>
9 <div class="container">
10 <div class="box"></div>
11 <div class="box green"></div>
12 <div class="box"></div>
13 <div class="box green"></div>
14 <div class="box green"></div>
15 <div class="box green"><br>PASS</div>
16 <div class="box"></div>
17 <div class="box green"></div>
18 <div class="box"></div>
19 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698