Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/multicol/nested-with-single-empty-block.html | 
| diff --git a/third_party/WebKit/LayoutTests/fast/multicol/nested-with-single-empty-block.html b/third_party/WebKit/LayoutTests/fast/multicol/nested-with-single-empty-block.html | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..25ec481bd0837572119311be8f53a0b07672216d | 
| --- /dev/null | 
| +++ b/third_party/WebKit/LayoutTests/fast/multicol/nested-with-single-empty-block.html | 
| @@ -0,0 +1,7 @@ | 
| +<!DOCTYPE html> | 
| +<p>There should be three vertical lines below.</p> | 
| +<div style="-webkit-columns:2; -webkit-column-rule:3px solid; -webkit-column-gap:9px; width:227px;"> | 
| + <div style="-webkit-columns:2; -webkit-column-rule:3px solid; -webkit-column-gap:9px;"> | 
| + <div style="height:200px;"></div> | 
| + </div> | 
| +</div> |