| Index: LayoutTests/fast/multicol/span/button-with-spanner-crash.html
|
| diff --git a/LayoutTests/fast/multicol/span/inside-float-crash.html b/LayoutTests/fast/multicol/span/button-with-spanner-crash.html
|
| similarity index 77%
|
| copy from LayoutTests/fast/multicol/span/inside-float-crash.html
|
| copy to LayoutTests/fast/multicol/span/button-with-spanner-crash.html
|
| index 0ec7ad05acaf4ab1bc5602c431a2e66e08f106d9..f0d7d2fb95f912656af7c79f936ec04119726e3e 100644
|
| --- a/LayoutTests/fast/multicol/span/inside-float-crash.html
|
| +++ b/LayoutTests/fast/multicol/span/button-with-spanner-crash.html
|
| @@ -5,8 +5,8 @@
|
| </script>
|
| <p>PASS if no crash or assertion failure.</p>
|
| <div style="-webkit-columns:3;">
|
| - <br>
|
| - <div style="margin-top:150px; float:right;">
|
| + <button style="display:block;">
|
| <div style="-webkit-column-span:all;"></div>
|
| - </div>
|
| + </button>
|
| +
|
| </div>
|
|
|