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

Unified Diff: chrome/test/data/extensions/api_test/webnavigation/iframe/i.html

Issue 7859014: Refactor ExtensionApiTest.WebNavigationEvents* to not rely on window.setTimeout (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 9 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
Index: chrome/test/data/extensions/api_test/webnavigation/iframe/i.html
diff --git a/chrome/test/data/extensions/api_test/webnavigation/iframe/i.html b/chrome/test/data/extensions/api_test/webnavigation/iframe/i.html
index ef7d7b9b92f0625c9932ef3a4b3d6a962786f75d..89f750ca59d43d096e7c8727c80a4e98a12d6e13 100644
--- a/chrome/test/data/extensions/api_test/webnavigation/iframe/i.html
+++ b/chrome/test/data/extensions/api_test/webnavigation/iframe/i.html
@@ -7,6 +7,6 @@ function navigate() {
}
</script>
</head>
-<body onload="window.setTimeout('navigate()', 500);"></body>
+<body onload="navigate()"></body>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698