| Index: LayoutTests/fast/block/positioning/relayout-nested-positioned-elements-crash-2.html
|
| diff --git a/LayoutTests/fast/block/positioning/relayout-nested-positioned-elements-crash-2.html b/LayoutTests/fast/block/positioning/relayout-nested-positioned-elements-crash-2.html
|
| index bf41f55edd236ab5ce9e9d98187f956c90085391..3d9c2a7775e29115ad97b95edbb54212943d151a 100644
|
| --- a/LayoutTests/fast/block/positioning/relayout-nested-positioned-elements-crash-2.html
|
| +++ b/LayoutTests/fast/block/positioning/relayout-nested-positioned-elements-crash-2.html
|
| @@ -3,7 +3,7 @@
|
| <style>
|
| .fixedPosition { position: fixed; }
|
| .runIn:nth-last-of-type(2n+1) { display: run-in; }
|
| -.transformed { float: none; -webkit-transform: skewX(45deg); }
|
| +.transformed { float: none; transform: skewX(45deg); }
|
| .floatLastChild:last-child { display: inline-block; float: left;}
|
| </style>
|
| <script>
|
|
|