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

Unified Diff: LayoutTests/fast/multicol/margin-bottom-and-break-after-expected.txt

Issue 850703002: [New Multicolumn] Margins incorrectly accounted for before forced breaks. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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: LayoutTests/fast/multicol/margin-bottom-and-break-after-expected.txt
diff --git a/LayoutTests/fast/multicol/margin-bottom-and-break-after-expected.txt b/LayoutTests/fast/multicol/margin-bottom-and-break-after-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..be619a17df3b7e3a3b40513061d5bb047a1b33c9
--- /dev/null
+++ b/LayoutTests/fast/multicol/margin-bottom-and-break-after-expected.txt
@@ -0,0 +1,8 @@
+A block that follows a block with -webkit-column-break-after:always; should be positioned at the *top* of the *next* column. Margins may need to be ignored to achieve this.
+
+PASS child.offsetLeft + child.offsetWidth is mc.offsetLeft + mc.offsetWidth
+PASS child.offsetTop is mc.offsetTop
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/multicol/margin-bottom-and-break-after.html ('k') | Source/core/rendering/RenderBlockFlow.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698