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

Unified Diff: LayoutTests/fast/multicol/span/as-inner-multicol.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
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/span/as-inner-multicol-after-composited-layer-crash.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/multicol/span/as-inner-multicol.html
diff --git a/LayoutTests/fast/multicol/span/as-inner-multicol.html b/LayoutTests/fast/multicol/span/as-inner-multicol.html
new file mode 100644
index 0000000000000000000000000000000000000000..59e31847c3a9bad9c021237e83637f36bf17af59
--- /dev/null
+++ b/LayoutTests/fast/multicol/span/as-inner-multicol.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<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 style="-webkit-column-count:2; line-height:50px; width:300px; -webkit-column-rule:100px solid green;">
+ <br>
+ <br>
+ <br>
+ <div style="-webkit-column-span:all; -webkit-columns:3; -webkit-column-gap:0; text-align:center; color:white; background:green;">
+ <br><br><br><br><br>PASS
+ </div>
+ <br>
+ <br>
+ <br>
+</div>
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/span/as-inner-multicol-after-composited-layer-crash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698