Index: third_party/WebKit/LayoutTests/fast/multicol/nested-balanced-inner-column-count-1-with-forced-break-expected.html |
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/nested-balanced-inner-column-count-1-with-forced-break-expected.html b/third_party/WebKit/LayoutTests/fast/multicol/nested-balanced-inner-column-count-1-with-forced-break-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..662da64ec737cac069fe1bd70f767a7e13e7f9fd |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/multicol/nested-balanced-inner-column-count-1-with-forced-break-expected.html |
@@ -0,0 +1,6 @@ |
+<!DOCTYPE html> |
+<p>There should be a papayawhip square below. It should be aligned in |
+ the bottom right corner of a hotpink rectangle with a black border.</p> |
+<div style="width:80px; height:46px; border:1px solid black; background:hotpink;"> |
+ <div style="float:right; width:40px; height:40px; margin-top:6px; background:papayawhip;"></div> |
+</div> |