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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/multicol/auto-height-forced-break-complex-margin-collapsing.html

Issue 1399493002: Column balancing refactoring. Don't propagate data during layout. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more code review Created 5 years, 2 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/fast/multicol/auto-height-forced-break-complex-margin-collapsing-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 incorrect margin collapsing estimates (which will trigger another l ayout pass)
4 doesn't upset column balancing.</p>
5 <p>There should be a hotpink square below.</p>
6 <div id="container" style="position:relative; -webkit-columns:3; -webkit-column- gap:0; width:90px; line-height:60px;">
7 <div style="background:hotpink;" data-offset-x="0" data-offset-y="0"><br></d iv>
8 <br>
9 <div style="background:hotpink;" data-offset-x="30" data-offset-y="0"><br></ div>
10 <div id="outer">
11 <div></div>
12 <div id="inner" style="margin-top:60px;">
13 <div style="-webkit-column-break-before:always;"></div>
14 </div>
15 </div>
16 <br>
17 <br>
18 </div>
19 <script>
20 checkLayout("#container");
21 </script>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/multicol/auto-height-forced-break-complex-margin-collapsing-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698