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

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

Issue 1856373002: Only allow forced fragmentainer breaks at class A break points. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Woho! LayoutTests/printing/css2.1/page-break-after-003.html now passes. Created 4 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
Index: third_party/WebKit/LayoutTests/fast/multicol/forced-break-before-complex-margin-collapsing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/forced-break-before-complex-margin-collapsing-expected.txt b/third_party/WebKit/LayoutTests/fast/multicol/forced-break-before-complex-margin-collapsing-expected.txt
index 41f0b5e45ba9f7bca34aab7170f423578c81d689..a01be941612f8c3be4656cb8895b303fdaeb5599 100644
--- a/third_party/WebKit/LayoutTests/fast/multicol/forced-break-before-complex-margin-collapsing-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/multicol/forced-break-before-complex-margin-collapsing-expected.txt
@@ -1,12 +1,13 @@
-Given a parent block with a forced break before, and with an empty collapse-through child followed by a child with a top margin, check that the parent block still ends up at 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 bottom-left aligned blue box and a top-center aligned green box.
-
-
-
+Given a parent block with a forced break before, and with an empty collapse-through child followed by a child with a top margin, check that the parent block is affected by the top margin of its second child. The collapse-through child prevents us from correctly estimating the logical top of the parent initially.
+Below there should be a yellow box. There should be no red. In the first column, the word "first" should be seen once. In the second column, the word "second" should be seen twice. In the third column, the word "third" should be seen twice.
+first
+second
+second
+third
+third
PASS

Powered by Google App Engine
This is Rietveld 408576698