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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/span/two-rows-then-spanner-then-two-rows-expected.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. 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/two-rows-then-spanner-then-two-rows-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/span/two-rows-then-spanner-then-two-rows-expected.html b/third_party/WebKit/LayoutTests/fast/multicol/span/two-rows-then-spanner-then-two-rows-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..bd3a776d30d188788bbe6a238291a1523ec16da7
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/multicol/span/two-rows-then-spanner-then-two-rows-expected.html
@@ -0,0 +1,29 @@
+<!DOCTYPE html>
+<style>
+ .first { color:blue; }
+ .second { color:olive; }
+ .third { color:brown; }
+ .line { clear:both; }
+ .fakeColumn { float: left; width:1em;; }
+</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="line-height:30px;">
+ <div class="line first">
+ <div class="fakeColumn">S</div>
+ <div class="fakeColumn">E</div>
+ <div class="fakeColumn">R</div>
+ <div class="fakeColumn">V</div>
+ <div class="fakeColumn">E</div>
+ </div>
+ <div class="line second">
+ <div class="fakeColumn">T</div>
+ <div class="fakeColumn">H</div>
+ <div class="fakeColumn">E</div>
+ </div>
+ <div class="line third">
+ <div class="fakeColumn">B</div>
+ <div class="fakeColumn">E</div>
+ <div class="fakeColumn">E</div>
+ <div class="fakeColumn">R</div>
+ </div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698