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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/multicol/span/in-nested-multicol-with-hard-breaks.html

Issue 1492993002: Support enclosing fragmentainer breaks inside spanners. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/multicol/span/in-nested-multicol-with-hard-breaks-expected.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 <style>
3 .breakAfter { -webkit-column-break-after:always; }
4 .breakBefore { -webkit-column-break-before:always; }
5 .piece { background:blue; }
6 </style>
7 <p>Test that forced outer fragmentainer breaks work inside spanners in nested mu lticol.</p>
8 <p>There should be a blue square below.</p>
9 <div style="-webkit-columns:4; -webkit-column-gap:0; column-fill:auto; width:60p x; line-height:30px; height:135px; overflow:hidden;">
10 <div style="-webkit-columns:2; -webkit-column-gap:0;">
11 <div style="-webkit-column-span:all;">
12 <div class="piece breakBefore"><br></div>
13 <div class="piece breakAfter"><br></div>
14 <div class="piece"><br></div>
15 <div class="piece"><br></div>
16 <div class="piece breakBefore"><br></div>
17 <div class="piece"><br></div>
18 <br>
19 <br>
20 <div class="piece breakBefore"><br></div>
21 <div class="piece breakAfter"><br></div>
22 </div>
23 </div>
24 </div>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/multicol/span/in-nested-multicol-with-hard-breaks-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698