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

Side by Side Diff: LayoutTests/fast/multicol/span/as-inner-multicol.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
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/span/as-inner-multicol-after-composited-layer-crash.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <p>Test that an inner multicol that's also a spanner is rendered correctly.</p>
3 <p>There should be a green cross below. The word "PASS" should be seen on its ri ght arm.</p>
4 <div style="-webkit-column-count:2; line-height:50px; width:300px; -webkit-colum n-rule:100px solid green;">
5 <br>
6 <br>
7 <br>
8 <div style="-webkit-column-span:all; -webkit-columns:3; -webkit-column-gap:0 ; text-align:center; color:white; background:green;">
9 <br><br><br><br><br>PASS
10 </div>
11 <br>
12 <br>
13 <br>
14 </div>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/span/as-inner-multicol-after-composited-layer-crash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698