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

Side by Side Diff: third_party/WebKit/LayoutTests/fragmentation/class-c-break-after-clearance.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
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:3; column-fill:auto; column -gap:0; width:180px; height:100px; line-height:20px;">
5 <br>
6 <br>
7 <div style="float:left; width:50px; height:50px;"></div>
8 <div style="background:blue;" data-offset-x="0" data-offset-y="40" data-expe cted-height="80">
9 <div data-offset-x="60" data-offset-y="0" data-expected-height="20" styl e="clear:both; background:white;">
10 <br>
11 </div>
12 </div>
13 </div>
14 <script>
15 checkLayout("#multicol");
16 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698