| Index: LayoutTests/svg/custom/use-event-handler-on-use-element.svg
|
| diff --git a/LayoutTests/svg/custom/use-event-handler-on-use-element.svg b/LayoutTests/svg/custom/use-event-handler-on-use-element.svg
|
| index 74d7adf9a12815d8bc05a0317cecb14cbc6bf537..63bc064b92a1d2baa6a357279a32f9904c673ee3 100644
|
| --- a/LayoutTests/svg/custom/use-event-handler-on-use-element.svg
|
| +++ b/LayoutTests/svg/custom/use-event-handler-on-use-element.svg
|
| @@ -1,5 +1,5 @@
|
| -<svg version="1.1" baseProfile="basic" 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"/>
|
| +<svg version="1.1" baseProfile="basic" 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"/>
|
| <defs>
|
| <rect id="reference" x="240" y="1" width="239" height="358"/>
|
|
|
|
|