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

Unified Diff: chrome/test/data/extensions/api_test/tabs/test.js

Issue 193110: Disable tabs.relativeUrlTabsUpdate ran in ExtensionApiTest.Tabs until it beco... (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 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/tabs/test.js
===================================================================
--- chrome/test/data/extensions/api_test/tabs/test.js (revision 26190)
+++ chrome/test/data/extensions/api_test/tabs/test.js (working copy)
@@ -348,13 +348,14 @@
);
},
+ /* FIXME: Bug 21851. Make this test item not flaky.
function relativeUrlTabsUpdate() {
chrome.tabs.update(testTabId, {url: "chrome://a/"}, function(tab) {
chrome.test.assertEq("chrome://a/", tab.url);
chrome.tabs.update(tab.id, {url: "relative.html"}, function(tab) {
});
});
- },
+ }, */
function relativeUrlWindowsCreate() {
chrome.windows.create({url: "relative.html"});
« 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