Index: chrome/test/data/extensions/api_test/content_scripts/about_blank_iframes/test.js |
diff --git a/chrome/test/data/extensions/api_test/content_scripts/about_blank_iframes/test.js b/chrome/test/data/extensions/api_test/content_scripts/about_blank_iframes/test.js |
index af5d329bc623556cb7e0568df885d0fe2ac8881c..b2760dd9c90c3abdb6f38dc88c00e49b32447090 100644 |
--- a/chrome/test/data/extensions/api_test/content_scripts/about_blank_iframes/test.js |
+++ b/chrome/test/data/extensions/api_test/content_scripts/about_blank_iframes/test.js |
@@ -15,7 +15,7 @@ chrome.test.getConfig(function(config) { |
); |
chrome.test.log("Creating tab..."); |
var test_url = |
- ("http://localhost:PORT/files/extensions/" + |
+ ("http://localhost:PORT/extensions/" + |
"test_file_with_about_blank_iframe.html") |
.replace(/PORT/, config.testServer.port); |
chrome.tabs.create({ url: test_url }); |