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

Side by Side Diff: LayoutTests/fast/block/float/overhanging-from-second-last-sibling.html

Issue 228663014: Iterate Through Fewer Children When Seeking Overhanging Floats (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated Created 6 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <html>
2 <script src="../../../resources/check-layout.js"></script>
3 <style>
4 body {
5 margin: 0px;
6 padding: 0px;
7 }
8 </style>
9 <body onload="checkLayout('#line')">
10 <div style="height: 20px;">
11 <div style="background-color: gray; height: 40px;">
12 <div style="float: left; height: 30px; background-color: blue; width : 100px;"></div>
13 </div>
14 <div style="background-color: gray; height: 40px;">
15 </div>
16 </div>
17 <div style="background-color: silver; height: 80px;">
18 <div id="line" data-total-x=100 style="display:inline-block;">This line s hould not overlap the blue box.</div>
19 </div>
20 </body>
21 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698