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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/multicol/forced-break-after-last-block-before-spanner.html

Issue 2356183002: Stay put at the top of the current page when inserting a forced break. (Closed)
Patch Set: Created 4 years, 2 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 .block { width:50px; height:25px; break-inside:avoid; }
4 </style>
5 <p>There should be a hotpink square below.</p>
6 <div style="columns:3;">
7 <div style="break-after:column;">
8 <div class="block"></div>
9 <div class="block" style="background:hotpink;"></div>
10 <div class="block"></div>
11 <div class="block"></div>
12 <div class="block"></div>
13 </div>
14 <div style="column-span:all;"></div>
15 <div class="block" style="background:hotpink;"></div>
16 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698