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

Unified Diff: LayoutTests/fast/multicol/empty-list-item-as-nested-multicol.html

Issue 1021143004: [New Multicolumn] Don't return the wrong flow thread from locateFlowThreadContainingBlock(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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/empty-list-item-as-nested-multicol-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/multicol/empty-list-item-as-nested-multicol.html
diff --git a/LayoutTests/fast/multicol/empty-list-item-as-nested-multicol.html b/LayoutTests/fast/multicol/empty-list-item-as-nested-multicol.html
new file mode 100644
index 0000000000000000000000000000000000000000..bcc09063848b720b6e441d0b89f6260c99278fe9
--- /dev/null
+++ b/LayoutTests/fast/multicol/empty-list-item-as-nested-multicol.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<script>
+if (window.testRunner)
+ testRunner.dumpAsText();
+</script>
+PASS if no crash or assertion failure.
+<div style="-webkit-column-count:3;">
+ <div style="-webkit-column-count:3; display:list-item;"></div>
+</div>
+
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/empty-list-item-as-nested-multicol-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698