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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/multicol/three-inner-rows.html

Issue 1424913003: Don't set bogus height on new fragmentainer groups initially. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase master 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/multicol/three-inner-rows-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 support for more than two inner column rows, when column height is auto. </p>
4 <p>Below there should be a papayawhip box with two lines of text with large lett er spacing.</p>
5 <p>The first line should read "Roger" and the second one "Wilco".</p>
6 <p>No red should be seen.</p>
7 <div id="outer" style="position:relative; -webkit-columns:3; -webkit-column-gap: 0; text-align:center; overflow:hidden; column-fill:auto; line-height:40px; width :180px; height:80px; background:red;">
8 <div style="-webkit-columns:2; -webkit-column-gap:0; column-fill:auto; backg round:papayawhip;" data-expected-height="240">
9 <div data-offset-x="0" data-offset-y="0">R</div><div data-offset-x="0" data-offset-y="40">W</div>
10 <div data-offset-x="30" data-offset-y="0">o</div><div data-offset-x="30 " data-offset-y="40">i</div>
11 <div data-offset-x="60" data-offset-y="0">g</div><div data-offset-x="60 " data-offset-y="40">l</div>
12 <div data-offset-x="90" data-offset-y="0">e</div><div data-offset-x="90 " data-offset-y="40">c</div>
13 <div data-offset-x="120" data-offset-y="0">r</div><div data-offset-x="12 0" data-offset-y="40">o</div>
14 <div><br></div><div><br></div>
15 </div>
16 <div data-offset-x="180">XXXX</div>
17 <div data-offset-x="180">XXXX</div>
18 </div>
19 <script>
20 checkLayout("#outer");
21 </script>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/multicol/three-inner-rows-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698