Index: third_party/WebKit/LayoutTests/fast/multicol/float-margin-at-row-boundary-fixed-multicol-height-expected.html |
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/float-margin-at-row-boundary-fixed-multicol-height-expected.html b/third_party/WebKit/LayoutTests/fast/multicol/float-margin-at-row-boundary-fixed-multicol-height-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..4d10314ecc99398c3edd664f8f982d178f59ff12 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/multicol/float-margin-at-row-boundary-fixed-multicol-height-expected.html |
@@ -0,0 +1,5 @@ |
+<!DOCTYPE html> |
+<p>There should be a hotpink square below.</p> |
+<div style="padding-top:30px;"> |
+ <div style="margin-left:30px; width:40px; height:40px; background:hotpink;"></div> |
+</div> |