| Index: third_party/WebKit/LayoutTests/fast/multicol/line-in-next-row-in-fourth-inner-multicol.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/multicol/line-in-next-row-in-fourth-inner-multicol.html b/third_party/WebKit/LayoutTests/fast/multicol/line-in-next-row-in-fourth-inner-multicol.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..05de00f0e44d27533a297d53daf6d0e715f169c6
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/multicol/line-in-next-row-in-fourth-inner-multicol.html
|
| @@ -0,0 +1,16 @@
|
| +<!DOCTYPE html>
|
| +<style>
|
| + * { column-gap:0; }
|
| +</style>
|
| +<p>The word "PASS" should be seen below.</p>
|
| +<div style="columns:1; column-fill:auto; width:10em; height:28px; line-height:20px;">
|
| + <div style="height:8px;"></div>
|
| + <div style="columns:1; column-fill:auto; height:68px;">
|
| + <div style="height:20px;"></div>
|
| + <div style="columns:1; column-fill:auto; height:48px;">
|
| + <div style="columns:1;">
|
| + <br>PASS<br>
|
| + </div>
|
| + </div>
|
| + </div>
|
| +</div>
|
|
|