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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/unforced-break-after-complex-margin-collapsing-expected.txt

Issue 1375673004: Keep block pagination struts after layout, and store them before any type of break. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: code review Created 5 years, 2 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
Index: third_party/WebKit/LayoutTests/fast/multicol/unforced-break-after-complex-margin-collapsing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/unforced-break-after-complex-margin-collapsing-expected.txt b/third_party/WebKit/LayoutTests/fast/multicol/unforced-break-after-complex-margin-collapsing-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..9af4063f0ae0ed45c281d7a0aeba2141daf1ae6d
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/multicol/unforced-break-after-complex-margin-collapsing-expected.txt
@@ -0,0 +1,13 @@
+Given a parent block with an empty collapse-through child followed by a child with a top margin, check that the parent block is pulled downwards by that margin, to the exact top of the next column. The collapse-through child prevents us from correctly estimating the logical top of the parent initially.
+
+Below there should be a yellow box. Inside it there should be a top-center aligned green box.
+
+
+
+
+
+
+
+
+
+PASS

Powered by Google App Engine
This is Rietveld 408576698