Chromium Code Reviews| 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 95b1b68f09615da5cc95d323e5eeb74530951e7d..d78fd6ab785708b9447c835cf0a3b7bb861308eb 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="report()"> |
| +<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);"> |
|
dcheng
2014/10/20 18:35:14
How come we need to defer this to a setTimeout() n
|
| <script> |
| function report() { |
| if (window.testRunner) |