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

Side by Side Diff: third_party/WebKit/LayoutTests/fragmentation/break-before-empty-child-block.html

Issue 1769483002: Class A fragmentainer break points also exist between zero-height blocks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Link to the scriptures. Created 4 years, 9 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-before-empty-child-block-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 two blue squares below.</p>
4 <div id="multicol" style="columns:3; column-fill:auto; column-gap:0; position:re lative; width:120px; height:100px; line-height:20px;">
5 <div style="height:60px;"></div>
6 <div data-offset-x="0" data-offset-y="60" data-expected-height="80" style="p adding-top:30px; padding-bottom:20px; background:blue;">
7 <div data-offset-x="0" data-offset-y="90"></div>
8 <!-- This is where the soft break should occur, since it's a valid class A break point. -->
9 <div data-offset-x="40" data-offset-y="0">
10 <br>
11 </div>
12 </div>
13 </div>
14 <script>
15 checkLayout("#multicol");
16 </script>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fragmentation/break-before-empty-child-block-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698