Chromium Code Reviews

Unified Diff: LayoutTests/fast/multicol/dynamic/insert-spanner-between-out-of-flow-expected.html

Issue 1163603002: Out-of-flow objects inside multicol may not establish column sets. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/fast/multicol/dynamic/insert-spanner-between-out-of-flow-expected.html
diff --git a/LayoutTests/fast/multicol/dynamic/insert-spanner-between-out-of-flow-expected.html b/LayoutTests/fast/multicol/dynamic/insert-spanner-between-out-of-flow-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..515c7d5f21dc6905e5dce849cf48188211cbb775
--- /dev/null
+++ b/LayoutTests/fast/multicol/dynamic/insert-spanner-between-out-of-flow-expected.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<p>Insert a spanner between two absolutely positioned elements.</p>
+<p>There should be three lines below, numbered from 1 to 3.</p>
+1<br>
+2<br>
+3

Powered by Google App Engine