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

Unified Diff: LayoutTests/svg/animations/dynamic-modify-transform-without-baseval.html

Issue 1123203002: Deflake LayoutTests/svg/animations/dynamic-modify-transform-without-baseval.html [timeout] Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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 | « LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/animations/dynamic-modify-transform-without-baseval.html
diff --git a/LayoutTests/svg/animations/dynamic-modify-transform-without-baseval.html b/LayoutTests/svg/animations/dynamic-modify-transform-without-baseval.html
index 13f634100b2ff5905e157a5c3faabd8ae956abce..2643fae3b50a41230e0872d74ff7c61a658f979f 100644
--- a/LayoutTests/svg/animations/dynamic-modify-transform-without-baseval.html
+++ b/LayoutTests/svg/animations/dynamic-modify-transform-without-baseval.html
@@ -12,7 +12,7 @@
}
var rect = document.getElementById('rect');
- setTimeout("changeTransform()", 1);
+ setTimeout("changeTransform()", 3);
fs 2015/05/06 09:32:29 This looks like it "raises the bar" for flakyness,
function changeTransform() {
rect.setAttribute("transform", "scale(1)");
« no previous file with comments | « LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698