Chromium Code Reviews

Side by Side Diff: LayoutTests/fast/multicol/span/remove-row-content8-expected.html

Issue 296413007: [New Multicolumn] Add support for column-span:all (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@359976
Patch Set: code review Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 .spanner { -webkit-column-span:all; column-span:all; }
4 </style>
5 <p>You should see two lines with the word "PASS" on a lime background below.</p>
6 <div style="float:left;">
7 <div style="-webkit-columns:4; columns:4; column-gap:0; -webkit-column-gap:0 ; orphans:1; widows:1; background:lime;">
8 <div>P<br>A<br>S<br>S</div>
9 <div class="spanner">PASS</div>
10 </div>
11 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/multicol/span/remove-row-content8.html ('k') | LayoutTests/fast/multicol/span/remove-row-content9.html » ('j') | no next file with comments »

Powered by Google App Engine