| Index: third_party/WebKit/LayoutTests/imported/wpt/common/get-host-info.sub.js
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/common/get-host-info.sub.js b/third_party/WebKit/LayoutTests/imported/wpt/common/get-host-info.sub.js
|
| index 82bf788df38fe31601989064f4e210017e52ca6e..8d3d61de12a71f414d3662313fb9c72b685ea64c 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/common/get-host-info.sub.js
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/common/get-host-info.sub.js
|
| @@ -7,6 +7,12 @@ function get_host_info() {
|
| var REMOTE_HOST = (ORIGINAL_HOST === 'localhost') ? '127.0.0.1' : ('www1.' + ORIGINAL_HOST);
|
|
|
| return {
|
| + HTTP_PORT: HTTP_PORT,
|
| + HTTP_PORT2: HTTP_PORT2,
|
| + HTTPS_PORT: HTTPS_PORT,
|
| + ORIGINAL_HOST: ORIGINAL_HOST,
|
| + REMOTE_HOST: REMOTE_HOST,
|
| +
|
| HTTP_ORIGIN: 'http://' + ORIGINAL_HOST + ':' + HTTP_PORT,
|
| HTTPS_ORIGIN: 'https://' + ORIGINAL_HOST + ':' + HTTPS_PORT,
|
| HTTPS_ORIGIN_WITH_CREDS: 'https://foo:bar@' + ORIGINAL_HOST + ':' + HTTPS_PORT,
|
|
|