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

Unified Diff: LayoutTests/fast/multicol/span/in-nested-multicol-with-list-item.html

Issue 1108633002: [New Multicolumn] Only the nearest ancestral flow thread may serve as a containing flow thread. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: code review. 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/in-nested-multicol-with-list-item-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/multicol/span/in-nested-multicol-with-list-item.html
diff --git a/LayoutTests/fast/multicol/span/in-nested-multicol-with-list-item.html b/LayoutTests/fast/multicol/span/in-nested-multicol-with-list-item.html
new file mode 100644
index 0000000000000000000000000000000000000000..03b24ded99870dee31eedec5686bb0fd8176e5a6
--- /dev/null
+++ b/LayoutTests/fast/multicol/span/in-nested-multicol-with-list-item.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<script>
+ if (window.testRunner)
+ testRunner.dumpAsText();
+</script>
+<style>
+ .mc { -webkit-column-count:3; }
+ .li { display:list-item; }
+ .spanner { -webkit-column-span:all; }
+</style>
+<p>PASS if no assertion failure or crash.</p>
+<div class="mc">
+ <div class="mc">
+ <div class="li spanner"></div>
+ <div class="mc spanner"></div>
+ </div>
+</div>
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/span/in-nested-multicol-with-list-item-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698