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

Side by Side Diff: chrome/test/data/dromaeo/htmlrunner.js

Issue 2499923002: Update dromaeo to upstream a876d5250befbc41e2deab9d10cf6085b511d5ed (Closed)
Patch Set: Rename webrunner.diff to webrunner.patch 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 unified diff | Download patch
OLDNEW
1 var startTest = parent.startTest || function(){}; 1 var startTest = top.startTest || function(){};
2 var test = parent.test || function(name, fn){ fn(); }; 2 var test = top.test || function(name, fn){ fn(); };
3 var endTest = parent.endTest || function(){}; 3 var endTest = top.endTest || function(){};
4 var prep = parent.prep || function(fn){ fn(); }; 4 var prep = top.prep || function(fn){ fn(); };
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698