| Index: LayoutTests/svg/filters/feImage-reference-invalidation.svg
|
| diff --git a/LayoutTests/svg/filters/feImage-reference-invalidation.svg b/LayoutTests/svg/filters/feImage-reference-invalidation.svg
|
| index 5b9d98c3faed4afa37f4223be44d95b7b78af934..f006a808248e0eae515f40cea613075fd208aad0 100644
|
| --- a/LayoutTests/svg/filters/feImage-reference-invalidation.svg
|
| +++ b/LayoutTests/svg/filters/feImage-reference-invalidation.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="runRepaintTest()">
|
| - <script xlink:href="../../fast/repaint/resources/repaint.js"></script>
|
| +<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>
|
| <title>There should be a single green square.</title>
|
| <defs>
|
| <rect id="rect" width="100" height="100" fill="red" />
|
|
|