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

Unified Diff: chrome/test/data/extensions/api_test/webnavigation/test_getFrame.html

Issue 7787025: Fix ExtensionApiTest.WebNavigationGetFrames test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/webnavigation/test_getFrame.html
diff --git a/chrome/test/data/extensions/api_test/webnavigation/test_getFrame.html b/chrome/test/data/extensions/api_test/webnavigation/test_getFrame.html
index 0309fadc6740b30a98c3bb74c228ac14c7ade019..d2bc0b80f59c08287dfc19f5f95795b4310363d9 100644
--- a/chrome/test/data/extensions/api_test/webnavigation/test_getFrame.html
+++ b/chrome/test/data/extensions/api_test/webnavigation/test_getFrame.html
@@ -27,7 +27,7 @@ chrome.test.runTests([
function testGetInvalidFrame() {
chrome.experimental.webNavigation.getFrame(
- {tabId: 23, frameId: -1},
+ {tabId: tabId, frameId: 1},
function (details) {
chrome.test.assertEq(null, details);
chrome.test.succeed();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698