| Index: third_party/WebKit/LayoutTests/fast/multicol/balance-breakafter-before-nested-block.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/multicol/balance-breakafter-before-nested-block.html b/third_party/WebKit/LayoutTests/fast/multicol/balance-breakafter-before-nested-block.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..0e8e1aef4ddaac081943f4d020cdb5efd4af0367
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/multicol/balance-breakafter-before-nested-block.html
|
| @@ -0,0 +1,19 @@
|
| +<!DOCTYPE html>
|
| +<p>There should be two identical blue squares below.</p>
|
| +<div style="columns:3; column-gap:10px; width:350px; line-height:20px;">
|
| + <div style="break-after:column;"><br></div>
|
| + <div style="padding:10px 0; background:blue;">
|
| + <div>
|
| + <br>
|
| + <br>
|
| + <br>
|
| + <br>
|
| + <br>
|
| + <br>
|
| + <br>
|
| + <br>
|
| + <br>
|
| + <br>
|
| + </div>
|
| + </div>
|
| +</div>
|
|
|