| Index: LayoutTests/inspector/layers/layer-canvas-log.html
|
| diff --git a/LayoutTests/inspector/layers/layer-canvas-log.html b/LayoutTests/inspector/layers/layer-canvas-log.html
|
| index 59467ed94dbd06fe288c3e9824fdeeaac8746712..f3596cb6e4a0e267c15b8a31be706eac18afca52 100644
|
| --- a/LayoutTests/inspector/layers/layer-canvas-log.html
|
| +++ b/LayoutTests/inspector/layers/layer-canvas-log.html
|
| @@ -29,7 +29,7 @@ function test()
|
| </script>
|
| </head>
|
| <body onload="runTest()">
|
| -<div id="a" style="-webkit-transform: translateZ(0px); background-color:blue; width:100px; height:100px;">
|
| +<div id="a" style="transform: translateZ(0px); background-color:blue; width:100px; height:100px;">
|
| <div style="width:50px; height:50px; background-color:red;"></div>
|
| <img src="../timeline/resources/test.png">
|
| <svg>
|
|
|