| Index: LayoutTests/inspector/layers/layer-scroll-rects-get.html
|
| diff --git a/LayoutTests/inspector/layers/layer-scroll-rects-get.html b/LayoutTests/inspector/layers/layer-scroll-rects-get.html
|
| index f26de8e57f6aadfe0d0e2826f9ab8548b9e4c7cf..6ec078c814b8491f9fbe566ffbc8305009d45900 100644
|
| --- a/LayoutTests/inspector/layers/layer-scroll-rects-get.html
|
| +++ b/LayoutTests/inspector/layers/layer-scroll-rects-get.html
|
| @@ -17,8 +17,8 @@ function test()
|
| </script>
|
| </head>
|
| <body onload="runTest()">
|
| -<div style="-webkit-transform: translateZ(100px);" onmousewheel=""></div>
|
| -<div id="touchable" style="-webkit-transform:translateZ(100px);height:20px;width:20px;overflow:scroll;">
|
| +<div style="transform: translateZ(100px);" onmousewheel=""></div>
|
| +<div id="touchable" style="transform:translateZ(100px);height:20px;width:20px;overflow:scroll;">
|
| <div style="height:40px;width:40px;"></div>
|
| </div>
|
| <script type="text/javascript">
|
|
|