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

Unified Diff: chrome/test/data/dromaeo/htmlrunner.js

Issue 2499923002: Update dromaeo to upstream a876d5250befbc41e2deab9d10cf6085b511d5ed (Closed)
Patch Set: Modified readme Created 4 years 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 | « chrome/test/data/dromaeo/favicon.png ('k') | chrome/test/data/dromaeo/images/bg.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/dromaeo/htmlrunner.js
diff --git a/chrome/test/data/dromaeo/htmlrunner.js b/chrome/test/data/dromaeo/htmlrunner.js
index 1fbd0fc54824d0ac41ce7228f55ab4540e88888c..1365792c3a5ad6f707786c504a5511d8262c2484 100644
--- a/chrome/test/data/dromaeo/htmlrunner.js
+++ b/chrome/test/data/dromaeo/htmlrunner.js
@@ -1,4 +1,4 @@
-var startTest = parent.startTest || function(){};
-var test = parent.test || function(name, fn){ fn(); };
-var endTest = parent.endTest || function(){};
-var prep = parent.prep || function(fn){ fn(); };
+var startTest = top.startTest || function(){};
+var test = top.test || function(name, fn){ fn(); };
+var endTest = top.endTest || function(){};
+var prep = top.prep || function(fn){ fn(); };
« no previous file with comments | « chrome/test/data/dromaeo/favicon.png ('k') | chrome/test/data/dromaeo/images/bg.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698