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

Unified Diff: LayoutTests/accessibility/loading-iframe-updates-axtree.html

Issue 1312903016: Remove unnecessary 10ms setTimeout in loading-iframe-updates-axtree.html (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove setTimeout entirely Created 5 years, 3 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: LayoutTests/accessibility/loading-iframe-updates-axtree.html
diff --git a/LayoutTests/accessibility/loading-iframe-updates-axtree.html b/LayoutTests/accessibility/loading-iframe-updates-axtree.html
index 37a34ec68edb188ef0bd2fb881c4971cf7958642..141d67ef19638bfed97ecd492df2a2204f3801ed 100644
--- a/LayoutTests/accessibility/loading-iframe-updates-axtree.html
+++ b/LayoutTests/accessibility/loading-iframe-updates-axtree.html
@@ -42,7 +42,7 @@
}
window.addEventListener('load', function() {
- setTimeout(runTest, 10);
+ runTest();
}, false);
</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