Chromium Code Reviews| Index: LayoutTests/svg/custom/tref-nested-events-crash.svg |
| =================================================================== |
| --- LayoutTests/svg/custom/tref-nested-events-crash.svg (revision 127640) |
| +++ LayoutTests/svg/custom/tref-nested-events-crash.svg (working copy) |
| @@ -31,6 +31,8 @@ |
| setTimeout('testRunner.notifyDone()', 0); |
| }, false); |
| document.adoptNode(tspan); |
| + if (window.testRunner) |
| + setTimeout('testRunner.notifyDone()', 10); |
| } |
| </script> |
| </svg> |