| Index: third_party/WebKit/LayoutTests/svg/filters/animate-fill.svg
|
| diff --git a/third_party/WebKit/LayoutTests/svg/filters/animate-fill.svg b/third_party/WebKit/LayoutTests/svg/filters/animate-fill.svg
|
| index b96502e1a8a4585641ea4c65178ae0d3a46b23bb..3a74899c7eec1718441926f47acf8778e72b3d9c 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/filters/animate-fill.svg
|
| +++ b/third_party/WebKit/LayoutTests/svg/filters/animate-fill.svg
|
| @@ -1,5 +1,5 @@
|
| -<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>
|
| <title>The rectangle should rapidly animate to green.</title>
|
| <defs>
|
| <filter id="filt">
|
|
|