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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/multicol/three-inner-rows.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/three-inner-rows.html b/third_party/WebKit/LayoutTests/fast/multicol/three-inner-rows.html
new file mode 100644
index 0000000000000000000000000000000000000000..076df39955f1da5c0798978abcbaabece9b08096
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/multicol/three-inner-rows.html
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<script src="../../resources/check-layout.js"></script>
+<p>Test support for more than two inner column rows, when column height is auto.</p>
+<p>Below there should be a papayawhip box with two lines of text with large letter spacing.</p>
+<p>The first line should read "Roger" and the second one "Wilco".</p>
+<p>No red should be seen.</p>
+<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;">
+ <div style="-webkit-columns:2; -webkit-column-gap:0; column-fill:auto; background:papayawhip;" data-expected-height="240">
+ <div data-offset-x="0" data-offset-y="0">R</div><div data-offset-x="0" data-offset-y="40">W</div>
+ <div data-offset-x="30" data-offset-y="0">o</div><div data-offset-x="30" data-offset-y="40">i</div>
+ <div data-offset-x="60" data-offset-y="0">g</div><div data-offset-x="60" data-offset-y="40">l</div>
+ <div data-offset-x="90" data-offset-y="0">e</div><div data-offset-x="90" data-offset-y="40">c</div>
+ <div data-offset-x="120" data-offset-y="0">r</div><div data-offset-x="120" data-offset-y="40">o</div>
+ <div><br></div><div><br></div>
+ </div>
+ <div data-offset-x="180">XXXX</div>
+ <div data-offset-x="180">XXXX</div>
+</div>
+<script>
+ checkLayout("#outer");
+</script>
« 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