| Index: LayoutTests/svg/custom/resources/linkingCircle-f.svg
|
| diff --git a/LayoutTests/svg/custom/resources/linkingCircle-f.svg b/LayoutTests/svg/custom/resources/linkingCircle-f.svg
|
| index d78fd6ab785708b9447c835cf0a3b7bb861308eb..95b1b68f09615da5cc95d323e5eeb74530951e7d 100644
|
| --- a/LayoutTests/svg/custom/resources/linkingCircle-f.svg
|
| +++ b/LayoutTests/svg/custom/resources/linkingCircle-f.svg
|
| @@ -4,7 +4,7 @@
|
| <!-- linkingCircle-f.svg -->
|
| <!-- Auxiliary file for linking tests. -->
|
| <!-- ====================================================================== -->
|
| -<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="linkingCircle-f.svg" width="480" height="360" onload="setTimeout(report, 0);">
|
| +<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="linkingCircle-f.svg" width="480" height="360" onload="report()">
|
| <script>
|
| function report() {
|
| if (window.testRunner)
|
|
|