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

Side by Side Diff: LayoutTests/fast/multicol/float-moved-by-child-line-and-unbreakable.html

Issue 1303993007: Floats' margins do not collapse with page or column boundaries. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/float-moved-by-child-line-and-unbreakable-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>Test that a float that needs to be pushed to next column both because it's un breakable and its
4 first line doesn't fit in the previous column, ends up at the exact top of t he next column.</p>
5 <p>There should be a blue rectangle below.</p>
6 <div id="test" style="position:relative; -webkit-columns:3; -webkit-column-gap:0 ; column-fill:auto; width:150px; height:90px; line-height:20px;">
7 <div style="height:40px; background:blue;"></div>
8 <br><br>
9 <div data-offset-y="0" style="float:left; width:100%; -webkit-column-break-i nside:avoid; background:blue;">
10 <br><br>
11 </div>
12 </div>
13 <script>
14 checkLayout("#test");
15 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/float-moved-by-child-line-and-unbreakable-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698