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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/multicol/first-line-in-float-with-margin.html

Issue 1462913002: A line that ends up naturally in the next column may need to propagate a strut. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Prepositionize responsibly. Created 5 years, 1 month 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>When its first line needs a column break, test that we push the entire float to the next column.</p>
4 <p>There should be a blue square below. It should be right-bottom aligned inside a cyan box.</p>
5 <div id="multicol" style="position:relative; -webkit-columns:2; -webkit-column-g ap:0; column-fill:auto; width:80px; height:80px; line-height:40px; background:cy an;">
6 <div style="height:40px;"></div>
7 <div data-offset-y="40" data-offset-x="40" style="float:left; width:100%; ma rgin-top:40px; background:blue;"><br></div>
8 </div>
9 <script>
10 checkLayout("#multicol");
11 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698