| Index: third_party/WebKit/LayoutTests/fast/multicol/soft-break-before-first-child.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/multicol/soft-break-before-first-child.html b/third_party/WebKit/LayoutTests/fast/multicol/soft-break-before-first-child.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f4ea65434a9ec8fe38fde010127f180dde315cbd
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/multicol/soft-break-before-first-child.html
|
| @@ -0,0 +1,10 @@
|
| +<!DOCTYPE html>
|
| +<script src="../../resources/check-layout.js"></script>
|
| +<p>Test that the pagination strut isn't lost when it happens on the first block in a multicol container.</p>
|
| +<p>There should be a blue square below.</p>
|
| +<div id="multicol" style="position:relative; -webkit-columns:2; -webkit-column-gap:0; column-fill:auto; width:60px; height:40px; line-height:30px;">
|
| + <div data-offset-y="0" data-offset-x="30" style="margin-top:25px; background:blue;"><br></div>
|
| +</div>
|
| +<script>
|
| + checkLayout("#multicol");
|
| +</script>
|
|
|