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

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

Issue 8758008: Move another block of extension tests to manifest_version 2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
1 var pass = chrome.test.callbackPass; 5 var pass = chrome.test.callbackPass;
2 var fail = chrome.test.callbackFail; 6 var fail = chrome.test.callbackFail;
3 var assertEq = chrome.test.assertEq; 7 var assertEq = chrome.test.assertEq;
4 var assertTrue = chrome.test.assertTrue; 8 var assertTrue = chrome.test.assertTrue;
5 9
6 var GOOGLE_URL = 'http://www.google.com/'; 10 var GOOGLE_URL = 'http://www.google.com/';
7 var PICASA_URL = 'http://www.picasa.com/'; 11 var PICASA_URL = 'http://www.picasa.com/';
8 12
9 // PORT will be changed to the port of the test server. 13 // PORT will be changed to the port of the test server.
10 var A_RELATIVE_URL = 14 var A_RELATIVE_URL =
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 174
171 callback({ 175 callback({
172 before: firstUrlTime - 100.0, 176 before: firstUrlTime - 100.0,
173 between: (firstUrlTime + secondUrlTime) / 2.0, 177 between: (firstUrlTime + secondUrlTime) / 2.0,
174 after: secondUrlTime + 100.0 178 after: secondUrlTime + 100.0
175 }); 179 });
176 }); 180 });
177 }); 181 });
178 }); 182 });
179 } 183 }
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/api_test/history/b.html ('k') | chrome/test/data/extensions/api_test/history/delete.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698