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

Unified Diff: LayoutTests/fast/multicol/float-with-margin-moved-by-child-line-and-unbreakable-expected.txt

Issue 1303993007: Floats' margins do not collapse with page or column boundaries. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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/float-with-margin-moved-by-child-line-and-unbreakable-expected.txt
diff --git a/LayoutTests/fast/multicol/float-with-margin-moved-by-child-line-and-unbreakable-expected.txt b/LayoutTests/fast/multicol/float-with-margin-moved-by-child-line-and-unbreakable-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..ba6b557e306a3a2afd50f1ea775a6082551a3915
--- /dev/null
+++ b/LayoutTests/fast/multicol/float-with-margin-moved-by-child-line-and-unbreakable-expected.txt
@@ -0,0 +1,8 @@
+Test that space is reserved for the top margin of a float that is pushed to the next column. In this test, there are two reasons why the float needs to be pushed to next column: It's unbreakable, and its first line doesn't fit in the previous column.
+
+There should be a blue rectangle below.
+
+
+
+
+PASS

Powered by Google App Engine
This is Rietveld 408576698