| Index: third_party/WebKit/LayoutTests/svg/filters/feImage-animated-transform-on-target-rect.svg
|
| diff --git a/third_party/WebKit/LayoutTests/svg/filters/feImage-animated-transform-on-target-rect.svg b/third_party/WebKit/LayoutTests/svg/filters/feImage-animated-transform-on-target-rect.svg
|
| index 87d272d2653e03489a1ff9b1bac2ac8fc5bd8923..b39354c3ede9401e04145d21dff39d629eed5273 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/filters/feImage-animated-transform-on-target-rect.svg
|
| +++ b/third_party/WebKit/LayoutTests/svg/filters/feImage-animated-transform-on-target-rect.svg
|
| @@ -1,6 +1,6 @@
|
| <?xml version="1.0" encoding="UTF-8"?>
|
| -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" onload="runRepaintAndPixelTest()">
|
| - <script xlink:href="../../fast/repaint/resources/text-based-repaint.js"></script>
|
| +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" onload="runRepaintTest()">
|
| + <script xlink:href="../../fast/repaint/resources/repaint.js"></script>
|
| <defs>
|
| <rect id="rect" fill="green" width="50" height="50" transform="rotate(45)">
|
| <animateTransform id="animation" attributeName="transform" type="rotate" calcMode="discrete" begin="indefinite" from="45" to="0" dur="0.1s" fill="freeze"/>
|
|
|