Chromium Code Reviews

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/span/two-rows-then-spanner-then-two-rows.html

Issue 1487083003: It's not just the last column set that may need additional fragmentainer groups. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sqrt(squareheight) Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/multicol/span/two-rows-then-spanner-then-two-rows-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/multicol/span/two-rows-then-spanner-then-two-rows.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/span/two-rows-then-spanner-then-two-rows.html b/third_party/WebKit/LayoutTests/fast/multicol/span/two-rows-then-spanner-then-two-rows.html
new file mode 100644
index 0000000000000000000000000000000000000000..611250d9d8b3e5ecee8ee2021abbc90f304dca15
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/multicol/span/two-rows-then-spanner-then-two-rows.html
@@ -0,0 +1,23 @@
+<!DOCTYPE html>
+<style>
+ .first { color:blue; }
+ .second { color:olive; }
+ .third { color:brown; }
+</style>
+<p>There should be three lines of text below, with large letter spacing. The text on the first line should be blue, the ones on the second should be olive, and the ones on the third should be brown.</p>
+<div style="-webkit-columns:3; -webkit-column-gap:0; column-fill:auto; width:6em; line-height:30px; height:90px;">
+ <div style="-webkit-columns:2; -webkit-column-gap:0;">
+ <span class="first">S<br></span>
+ <span class="second">T<br></span>
+ <span class="third">B<br></span>
+ <span class="first">E<br></span>
+ <span class="second">H<br></span>
+ <span class="third">E<br></span>
+ <span class="first">R<br></span>
+ <span class="first">V<br></span>
+ <div style="-webkit-column-span:all;" class="second">E</div>
+ <span class="third">E<br></span>
+ <span class="third">R<br></span>
+ <span class="first">E<br></span>
+ </div>
+</div>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/multicol/span/two-rows-then-spanner-then-two-rows-expected.html » ('j') | no next file with comments »

Powered by Google App Engine