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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/multicol/break-before-first-line-in-first-child.html

Issue 2400083003: Don't break before a first in-flow block container. (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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/multicol/break-before-first-line-in-first-child-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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <script src="../../resources/check-layout.js"></script> 2 <script src="../../resources/check-layout.js"></script>
3 <p>Test that the pagination strut isn't lost when it happens on the first block in a multicol container.</p> 3 <p>Test that the first block in a multicol container refuses a pagination strut from a line.</p>
4 <p>There should be a blue square below.</p> 4 <p>There should be a blue square below.</p>
5 <div id="multicol" style="position:relative; -webkit-columns:2; -webkit-column-g ap:0; column-fill:auto; width:60px; height:40px; line-height:30px;"> 5 <div id="multicol" style="position:relative; -webkit-columns:2; -webkit-column-g ap:0; column-fill:auto; width:60px; height:40px; line-height:30px;">
6 <div data-offset-y="0" data-offset-x="30" style="margin-top:25px; background :blue;"><br></div> 6 <div data-offset-y="25" data-offset-x="0" style="margin-top:25px;">
7 <div data-offset-y="0" data-offset-x="30" style="display:inline-block; w idth:30px; height:30px; background:blue;">
8 </div>
7 </div> 9 </div>
8 <script> 10 <script>
9 checkLayout("#multicol"); 11 checkLayout("#multicol");
10 </script> 12 </script>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/multicol/break-before-first-line-in-first-child-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698