diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-17 20:07:11 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-17 20:07:11 +0000 |
commit | 95409e1020037b0bbfbce17f861d3de090d10186 (patch) | |
tree | 90a893af1247b1d4a3767c5ab14aae797f467946 /chrome/test/data | |
parent | 701e869b30deffda579c5c413cf1d73defee34fa (diff) | |
download | chromium_src-95409e1020037b0bbfbce17f861d3de090d10186.zip chromium_src-95409e1020037b0bbfbce17f861d3de090d10186.tar.gz chromium_src-95409e1020037b0bbfbce17f861d3de090d10186.tar.bz2 |
Test server cleanup patch of death:
- reduce the number of different classes
- clean up the internal code
- modify the interface to expose less internal details
(this will allow more flexibility with port numbers)
TEST=many
BUG=49680
Review URL: http://codereview.chromium.org/3080029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56405 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/data')
-rw-r--r-- | chrome/test/data/file_client_redirect.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/data/file_client_redirect.html b/chrome/test/data/file_client_redirect.html index 61dc261..90ec0e8 100644 --- a/chrome/test/data/file_client_redirect.html +++ b/chrome/test/data/file_client_redirect.html @@ -1,8 +1,8 @@ <!-- -Test file for empty referrer client redirects, e.g https>http, file>http. +Test file for empty referrer client redirects, e.g https>http, file>http. See ClientEmptyReferrerRedirectTest in redirect_uitest.cc --> <html> <head></head> -<body onload="document.location='http://localhost:1337'"></body> +<body onload="document.location='http://127.0.0.1:1337'"></body> </html> |