| Index: LayoutTests/fast/multicol/hit-test-float.html
|
| diff --git a/LayoutTests/fast/multicol/hit-test-float.html b/LayoutTests/fast/multicol/hit-test-float.html
|
| index 7af96ad8bf3c165565c5481dab9f80418b916d2b..a78054dbae0bc14435c283133cb5ce8a78796d8a 100644
|
| --- a/LayoutTests/fast/multicol/hit-test-float.html
|
| +++ b/LayoutTests/fast/multicol/hit-test-float.html
|
| @@ -9,7 +9,7 @@
|
| <p>
|
| The red square should turn green when hovered.
|
| </p>
|
| -<div style="margin: 100; width: 300; height: 200; outline: solid black; -webkit-columns: 2;">
|
| +<div style="-webkit-columns:2; columns:2; column-fill:auto; margin: 100; width: 300; height: 200; outline: solid black;">
|
| <div>
|
| <div style="height: 250px; background-color: purple;"></div>
|
| <div style="float: right; background-color: lightyellow; margin: 5px;">
|
|
|