Index: third_party/WebKit/LayoutTests/svg/animations/animate-local-url.html |
diff --git a/third_party/WebKit/LayoutTests/svg/animations/animate-local-url.html b/third_party/WebKit/LayoutTests/svg/animations/animate-local-url.html |
index 99c6525d03605877e1e0282a23a5aa0e8c1a5a6d..d65bdc0b590b0ef98a379b47260fe909dea4b82f 100644 |
--- a/third_party/WebKit/LayoutTests/svg/animations/animate-local-url.html |
+++ b/third_party/WebKit/LayoutTests/svg/animations/animate-local-url.html |
@@ -21,11 +21,13 @@ if (window.testRunner) |
document.querySelector('svg').setCurrentTime(5 - 0.001); |
onload = function() { |
setTimeout(function() { |
- requestAnimationFrame(function() { |
+ setTimeout(function() { |
requestAnimationFrame(function() { |
- testRunner.notifyDone(); |
+ requestAnimationFrame(function() { |
+ testRunner.notifyDone(); |
+ }); |
}); |
- }); |
- }, 25); |
+ }, 25); |
+ }); |
}; |
</script> |