Index: third_party/WebKit/LayoutTests/fast/multicol/line-too-tall-for-second-outer-row.html |
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/line-too-tall-for-second-outer-row.html b/third_party/WebKit/LayoutTests/fast/multicol/line-too-tall-for-second-outer-row.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..8ab1ffc6072935339cf97b22a8b0335a6f0fca23 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/multicol/line-too-tall-for-second-outer-row.html |
@@ -0,0 +1,9 @@ |
+<!DOCTYPE html> |
+<p>The word "PASS" should be seen below.</p> |
+<div style="-webkit-columns:2; -webkit-column-gap:0; width:200px; height:20px; line-height:20px; column-fill:auto;"> |
+ <div style="height:1px;"></div> |
+ <div style="-webkit-columns:2; height:60px; column-fill:auto;"> |
+ <div style="height:65px;"></div> |
+ <div style="-webkit-columns:2;">PASS</div> |
+ </div> |
+</div> |