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

Side by Side Diff: third_party/WebKit/LayoutTests/fragmentation/break-inside-avoid-with-forced-break.html

Issue 2401753002: A forced break inside a break-inside:avoid object may make it fit where it is. (Closed)
Patch Set: Volvo lastvagnar 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fragmentation/break-inside-avoid-with-forced-break-expected.txt » ('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 <script src="../resources/check-layout.js"></script>
3 <p>There should be a blue square below.</p>
4 <div id="multicol" style="position:relative; columns:2; column-fill:auto; column -gap:10px; width:130px; height:120px;">
5 <div style="height:30px; background:blue;"></div>
6 <div data-offset-x="0" data-offset-y="30" data-expected-height="290" style=" break-inside:avoid;">
7 <div data-offset-x="0" data-offset-y="30" style="height:10px; background :blue;"></div>
8 <div>
9 <div data-offset-x="0" data-offset-y="40" style="height:10px; backgr ound:blue;"></div>
10 <div>
11 <div data-offset-x="0" data-offset-y="50" style="height:10px; ba ckground:blue;"></div>
12 <div data-offset-x="70" data-offset-y="0" style="break-before:co lumn; height:200px;"></div>
13 </div>
14 </div>
15 </div>
16 </div>
17 <script>
18 checkLayout("#multicol");
19 </script>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fragmentation/break-inside-avoid-with-forced-break-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698