| Index: third_party/WebKit/LayoutTests/css3/filters/should-not-have-compositing-layer.html
|
| diff --git a/third_party/WebKit/LayoutTests/css3/filters/should-not-have-compositing-layer.html b/third_party/WebKit/LayoutTests/css3/filters/should-not-have-compositing-layer.html
|
| index 232a01231352d6e0f5a1e41a7924a9877703e4b8..23fb2e6f738ba8bb28b648059be59a87d4b7b540 100644
|
| --- a/third_party/WebKit/LayoutTests/css3/filters/should-not-have-compositing-layer.html
|
| +++ b/third_party/WebKit/LayoutTests/css3/filters/should-not-have-compositing-layer.html
|
| @@ -15,7 +15,7 @@
|
| <!-- Test to make sure a simple CSS filter does not create a composited layer.
|
| The test is successful when the composited layer tree does not show a
|
| composited layer for the filtered image. -->
|
| - <img style="-webkit-filter: blur(0);" src="resources/reference.png">
|
| + <img style="filter: blur(0);" src="resources/reference.png">
|
| <pre id="layertree"></pre>
|
| </body>
|
| </html>
|
|
|