Index: third_party/WebKit/LayoutTests/fast/multicol/balance-line-underflow-1.html |
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/balance-line-underflow-1.html b/third_party/WebKit/LayoutTests/fast/multicol/balance-line-underflow-1.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..3be411530b52de5931741cb3ed01d0c67f817fea |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/multicol/balance-line-underflow-1.html |
@@ -0,0 +1,12 @@ |
+<!DOCTYPE html> |
+<p>There should be a blue square below.</p> |
+<div id="multicol" data-expected-height="20" style="columns:2; width:20px; line-height:20px; background:blue;"> |
+ <div style="line-height:60px; margin-top:-40px;"><br></div> |
+ <br> |
+</div> |
+<script src="../../resources/testharness.js"></script> |
+<script src="../../resources/testharnessreport.js"></script> |
+<script src="../../resources/check-layout-th.js"></script> |
+<script> |
+ checkLayout("#multicol"); |
+</script> |