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

Unified Diff: chrome/test/data/extensions/api_test/webnavigation/serverRedirectSingleProcess/test_serverRedirectSingleProcess.js

Issue 2190463008: Add an error page for HTTP 404 error pages without bodies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Switch runtime test to title1.html Created 4 years, 4 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
Index: chrome/test/data/extensions/api_test/webnavigation/serverRedirectSingleProcess/test_serverRedirectSingleProcess.js
diff --git a/chrome/test/data/extensions/api_test/webnavigation/serverRedirectSingleProcess/test_serverRedirectSingleProcess.js b/chrome/test/data/extensions/api_test/webnavigation/serverRedirectSingleProcess/test_serverRedirectSingleProcess.js
index 1ccad167dc05444713eb4f6a574d483174d4a783..20248d11e5c654269bed82b71617c7df35406347 100644
--- a/chrome/test/data/extensions/api_test/webnavigation/serverRedirectSingleProcess/test_serverRedirectSingleProcess.js
+++ b/chrome/test/data/extensions/api_test/webnavigation/serverRedirectSingleProcess/test_serverRedirectSingleProcess.js
@@ -10,7 +10,7 @@ onload = function() {
"http://www.a.com:PORT/extensions/api_test/webnavigation/" +
"serverRedirectSingleProcess/a.html";
var URL_REDIRECT = "http://www.b.com:PORT/server-redirect";
- var URL_TARGET = "http://www.b.com:PORT/";
+ var URL_TARGET = "http://www.b.com:PORT/test";
chrome.tabs.create({"url": "about:blank"}, function(tab) {
var tabId = tab.id;
chrome.test.getConfig(function(config) {
« no previous file with comments | « chrome/test/data/extensions/api_test/webnavigation/serverRedirect/test_serverRedirect.js ('k') | chrome/test/data/form.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698