Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(199)

Unified Diff: third_party/WebKit/LayoutTests/svg/animations/animate-local-url.html

Issue 2907193002: Attempt to fix flakiness in svg/animations/animate-local-url.html (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698