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

Unified Diff: LayoutTests/fast/multicol/span/as-inner-multicol-expected.html

Issue 1112593002: [New Multicolumn] Spanners are not part of the nearest ancestor flow thread. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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: LayoutTests/fast/multicol/span/as-inner-multicol-expected.html
diff --git a/LayoutTests/fast/multicol/span/as-inner-multicol-expected.html b/LayoutTests/fast/multicol/span/as-inner-multicol-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..5c96c6d5f1164f905feca4c66ead7f4c7d5bfc33
--- /dev/null
+++ b/LayoutTests/fast/multicol/span/as-inner-multicol-expected.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<style>
+ .container { width:300px; text-align:center; color:white; }
+ .box { float:left; width:100px; line-height:50px; height:100px; }
+ .green { background:green; }
+</style>
+<p>Test that an inner multicol that's also a spanner is rendered correctly.</p>
+<p>There should be a green cross below. The word "PASS" should be seen on its right arm.</p>
+<div class="container">
+ <div class="box"></div>
+ <div class="box green"></div>
+ <div class="box"></div>
+ <div class="box green"></div>
+ <div class="box green"></div>
+ <div class="box green"><br>PASS</div>
+ <div class="box"></div>
+ <div class="box green"></div>
+ <div class="box"></div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698