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

Side by Side Diff: third_party/WebKit/LayoutTests/fragmentation/block-with-float-and-1-orphaned-line.html

Issue 1908643003: Prioritize first-lines over orphans when deciding whether to propagate a strut. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/block-with-float-and-1-orphaned-line-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 <div id="multicol" style="position:relative; columns:2; column-gap:0; column-fil l:auto; width:500px; height:100px; line-height:20px; orphans:1; widows:1; backgr ound:yellow;">
4 First column.<br>
5 <div data-offset-y="20" data-expected-height="100">
6 <div style="float:left; width:100%; height:70px; background:cyan;">
7 This cyan block should all be in the first column.
8 </div>
9 Second column.<br>
10 </div>
11 </div>
12 <script>
13 checkLayout("#multicol");
14 </script>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fragmentation/block-with-float-and-1-orphaned-line-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698