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

Side by Side Diff: chrome/test/data/extensions/api_test/override1/test.js

Issue 174633: Add browser tests for extensions tab API. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 unified diff | Download patch | Annotate | Revision Log
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
1 chrome.test.runTests([ 1 chrome.test.runTests([
2 function newtab() { 2 function newtab() {
3 chrome.tabs.create({"url": "chrome://newtab/"}, 3 chrome.tabs.create({"url": "chrome://newtab/"},
4 chrome.test.testFunction(function(response) { 4 chrome.test.testCallback(function(response) {
5 })); 5 }));
6 } 6 }
7 ]); 7 ]);
8 8
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/api_test/bookmarks/test.js ('k') | chrome/test/data/extensions/api_test/tabs/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698