Index: third_party/WebKit/LayoutTests/fast/multicol/balance-line-overflow-expected.html |
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/balance-line-overflow-expected.html b/third_party/WebKit/LayoutTests/fast/multicol/balance-line-overflow-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..13d5e36ae61de7e1c45095429693025a0e118c8d |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/multicol/balance-line-overflow-expected.html |
@@ -0,0 +1,10 @@ |
+<!DOCTYPE html> |
+<p>There should be 5 short vertical lines below.</p> |
+<div style="width:210px; height:17px;"> |
+ <div style="float:left; width:40px; height:100%; border-right:2px solid;"></div> |
leviw_travelin_and_unemployed
2016/04/13 19:44:40
I'm impressed that these floats get the rendering
|
+ <div style="float:left; width:40px; height:100%; border-right:2px solid;"></div> |
+ <div style="float:left; width:40px; height:100%; border-right:2px solid;"></div> |
+ <div style="float:left; width:40px; height:100%; border-right:2px solid;"></div> |
+ <div style="float:left; width:40px; height:100%; border-right:2px solid;"></div> |
+ <div style="float:left; width:40px; height:100%;"></div> |
+</div> |