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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/span/autofill-after-spanner.html

Issue 1631633002: Adjust column rows' height better for their offset in the multicol container. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/multicol/span/autofill-after-spanner.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/span/autofill-after-spanner.html b/third_party/WebKit/LayoutTests/fast/multicol/span/autofill-after-spanner.html
new file mode 100644
index 0000000000000000000000000000000000000000..ecece16133df2db405c93fbe70bd41e3bebd52f4
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/multicol/span/autofill-after-spanner.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<script src="../../../resources/check-layout.js"></script>
+<p>There should be a blue square below.</p>
+<div id="multicol" style="position:relative; padding:25px; -webkit-columns:2; -webkit-column-gap:0; column-fill:auto; line-height:20px; width:60px; height:100px;">
+ <div style="-webkit-column-span:all; margin-top:20px; height:20px;"></div>
+ <div style="background:blue;">
+ <div data-offset-x="25" data-offset-y="65"><br></div>
+ <div data-offset-x="25" data-offset-y="85"><br></div>
+ <div data-offset-x="25" data-offset-y="105"><br></div>
+ <div data-offset-x="55" data-offset-y="65"><br></div>
+ <div data-offset-x="55" data-offset-y="85"><br></div>
+ <div data-offset-x="55" data-offset-y="105"><br></div>
+ </div>
+</div>
+<script>
+ checkLayout("#multicol");
+</script>

Powered by Google App Engine
This is Rietveld 408576698