| Index: third_party/WebKit/LayoutTests/fast/multicol/rule-in-nested-with-too-tall-line.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/multicol/rule-in-nested-with-too-tall-line.html b/third_party/WebKit/LayoutTests/fast/multicol/rule-in-nested-with-too-tall-line.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..480c2354a5ceb145c478af14ff69f302262ffd0b
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/multicol/rule-in-nested-with-too-tall-line.html
|
| @@ -0,0 +1,10 @@
|
| +<!DOCTYPE html>
|
| +<style>
|
| + .multicol { columns:2; column-gap:0; column-fill:auto; }
|
| +</style>
|
| +<p>There should only be <em>one</em> vertical line below.</p>
|
| +<div class="multicol" style="width:100px; height:100px; line-height:200px;">
|
| + <div class="multicol" style="column-rule:4px solid; height:200px;">
|
| + <br>
|
| + </div>
|
| +</div>
|
|
|