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

Unified Diff: LayoutTests/fast/multicol/span/block-with-top-border-and-margin-around-spanner-exact-fit-expected.html

Issue 1163583006: Don't eat margins when column height isn't yet known. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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/span/block-with-top-border-and-margin-around-spanner-exact-fit-expected.html
diff --git a/LayoutTests/fast/multicol/span/block-with-top-border-and-margin-around-spanner-exact-fit-expected.html b/LayoutTests/fast/multicol/span/block-with-top-border-and-margin-around-spanner-exact-fit-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..710314a88c56120a0f6d9b43afebc7a90522ddad
--- /dev/null
+++ b/LayoutTests/fast/multicol/span/block-with-top-border-and-margin-around-spanner-exact-fit-expected.html
@@ -0,0 +1,7 @@
+<!DOCTYPE html>
+<p>Check that the top margin on a block around a spanner inside an auto-filled multicol container
+ isn't lost.</p>
+<p>Below there should be a black square between two blue squares.</p>
+<div style="float:left; width:200px; height:200px; background:blue;"></div>
+<div style="float:left; width:200px; height:200px; background:black;"></div>
+<div style="float:left; width:200px; height:200px; background:blue;"></div>

Powered by Google App Engine
This is Rietveld 408576698