| Index: third_party/WebKit/LayoutTests/fast/multicol/nested-balanced-inner-with-many-breaks-2.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/multicol/nested-balanced-inner-with-many-breaks-2.html b/third_party/WebKit/LayoutTests/fast/multicol/nested-balanced-inner-with-many-breaks-2.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..973f88ab742c8ad9254d54df0cb1237ce82221fc
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/multicol/nested-balanced-inner-with-many-breaks-2.html
|
| @@ -0,0 +1,14 @@
|
| +<!DOCTYPE html>
|
| +<p>The word "PASS" should be seen below.</p>
|
| +<div style="columns:3; column-gap:0; width:24em; line-height:20px; orphans:1; widows:1; background:yellow;">
|
| + <br>
|
| + <div>
|
| + <div style="columns:2; column-gap:0;">
|
| + <div style="height:1px;"></div>
|
| + <div style="break-before:column;"></div>
|
| + <div style="height:1px;"></div>
|
| + <div style="break-before:column;"></div>
|
| + <br><br><br><br>PASS
|
| + </div>
|
| + </div>
|
| +</div>
|
|
|