Index: third_party/WebKit/LayoutTests/fast/multicol/nested-with-single-empty-block-expected.html |
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/nested-with-single-empty-block-expected.html b/third_party/WebKit/LayoutTests/fast/multicol/nested-with-single-empty-block-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..7c4b0daf1e2b75169b0a61f56052523bba390c00 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/multicol/nested-with-single-empty-block-expected.html |
@@ -0,0 +1,7 @@ |
+<!DOCTYPE html> |
+<p>There should be three vertical lines below.</p> |
+<div style="height:50px;"> |
+ <div style="float:left; height:100%; width:50px; padding-right:3px; border-right:3px solid;"></div> |
+ <div style="float:left; height:100%; width:50px; padding:0 3px; border-right:3px solid;"></div> |
+ <div style="float:left; height:100%; width:50px; padding:0 3px; border-right:3px solid;"></div> |
+</div> |