Chromium Code Reviews

Unified Diff: LayoutTests/fast/multicol/flexbox-starts-at-column-boundary-expected.html

Issue 1360753002: Only block container children support pagination struts. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: code review Created 5 years, 3 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/flexbox-starts-at-column-boundary-expected.html
diff --git a/LayoutTests/fast/multicol/flexbox-starts-at-column-boundary-expected.html b/LayoutTests/fast/multicol/flexbox-starts-at-column-boundary-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..81a1d86e3cadf41c028e858c0b0f78514746f10e
--- /dev/null
+++ b/LayoutTests/fast/multicol/flexbox-starts-at-column-boundary-expected.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<p>Check that a flexbox that starts at a column boundary is properly pushed to the next column.</p>
+<p>The word "PASS" should be seen below.</p>
+<div style="margin-left:50%;">PASS</div>

Powered by Google App Engine