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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« 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