| Index: LayoutTests/fast/multicol/hit-test-above-or-below.html
|
| diff --git a/LayoutTests/fast/multicol/hit-test-above-or-below.html b/LayoutTests/fast/multicol/hit-test-above-or-below.html
|
| index b1613b04a622b9ec3a04de242aec7b819a3db601..5458a0ad960a5c2c5e6b20a6e2c4f0dda58eac58 100644
|
| --- a/LayoutTests/fast/multicol/hit-test-above-or-below.html
|
| +++ b/LayoutTests/fast/multicol/hit-test-above-or-below.html
|
| @@ -1,5 +1,5 @@
|
| <body style="margin: 0">
|
| -<div style="margin: 50px; background-color: lightblue; width: 800px; -webkit-column-width: 185px; -webkit-column-gap: 15px; height: 200px; font-family: Ahem; font-size: 50px; line-height: 1;">
|
| +<div style="margin: 50px; background-color: lightblue; width: 800px; height: 200px; -webkit-column-width:185px; -webkit-column-gap:15px; column-width:185px; column-gap:15px; column-fill:auto; font-family: Ahem; font-size: 50px; line-height: 1;">
|
| 123<div style="background-color: blue; height: 70px;"></div>abc<br>def<div style="background-color: blue; height: 60px;"></div>ghi<br>jkl<div style="background-color: blue; height: 110px;"></div>mno</div>
|
| <pre id="console" style="display: none;"></pre>
|
| <script>
|
|
|