|
1076 | 1076 | {
|
1077 | 1077 | "input": "gopher:/example.com/",
|
1078 | 1078 | "base": "http://example.org/foo/bar",
|
1079 |
| - "href": "gopher://example.com/", |
1080 |
| - "origin": "gopher://example.com", |
| 1079 | + "href": "gopher:/example.com/", |
| 1080 | + "origin": "null", |
1081 | 1081 | "protocol": "gopher:",
|
1082 | 1082 | "username": "",
|
1083 | 1083 | "password": "",
|
1084 |
| - "host": "example.com", |
1085 |
| - "hostname": "example.com", |
| 1084 | + "host": "", |
| 1085 | + "hostname": "", |
1086 | 1086 | "port": "",
|
1087 |
| - "pathname": "/", |
| 1087 | + "pathname": "/example.com/", |
1088 | 1088 | "search": "",
|
1089 | 1089 | "hash": ""
|
1090 | 1090 | },
|
|
1241 | 1241 | {
|
1242 | 1242 | "input": "gopher:example.com/",
|
1243 | 1243 | "base": "http://example.org/foo/bar",
|
1244 |
| - "href": "gopher://example.com/", |
1245 |
| - "origin": "gopher://example.com", |
| 1244 | + "href": "gopher:example.com/", |
| 1245 | + "origin": "null", |
1246 | 1246 | "protocol": "gopher:",
|
1247 | 1247 | "username": "",
|
1248 | 1248 | "password": "",
|
1249 |
| - "host": "example.com", |
1250 |
| - "hostname": "example.com", |
| 1249 | + "host": "", |
| 1250 | + "hostname": "", |
1251 | 1251 | "port": "",
|
1252 |
| - "pathname": "/", |
| 1252 | + "pathname": "example.com/", |
1253 | 1253 | "search": "",
|
1254 | 1254 | "hash": ""
|
1255 | 1255 | },
|
|
2511 | 2511 | {
|
2512 | 2512 | "input": "gopher://foo:70/",
|
2513 | 2513 | "base": "about:blank",
|
2514 |
| - "href": "gopher://foo/", |
2515 |
| - "origin": "gopher://foo", |
| 2514 | + "href": "gopher://foo:70/", |
| 2515 | + "origin": "null", |
2516 | 2516 | "protocol": "gopher:",
|
2517 | 2517 | "username": "",
|
2518 | 2518 | "password": "",
|
2519 |
| - "host": "foo", |
| 2519 | + "host": "foo:70", |
2520 | 2520 | "hostname": "foo",
|
2521 |
| - "port": "", |
| 2521 | + "port": "70", |
2522 | 2522 | "pathname": "/",
|
2523 | 2523 | "search": "",
|
2524 | 2524 | "hash": ""
|
|
2527 | 2527 | "input": "gopher://foo:443/",
|
2528 | 2528 | "base": "about:blank",
|
2529 | 2529 | "href": "gopher://foo:443/",
|
2530 |
| - "origin": "gopher://foo:443", |
| 2530 | + "origin": "null", |
2531 | 2531 | "protocol": "gopher:",
|
2532 | 2532 | "username": "",
|
2533 | 2533 | "password": "",
|
|
2750 | 2750 | {
|
2751 | 2751 | "input": "gopher:/example.com/",
|
2752 | 2752 | "base": "about:blank",
|
2753 |
| - "href": "gopher://example.com/", |
2754 |
| - "origin": "gopher://example.com", |
| 2753 | + "href": "gopher:/example.com/", |
| 2754 | + "origin": "null", |
2755 | 2755 | "protocol": "gopher:",
|
2756 | 2756 | "username": "",
|
2757 | 2757 | "password": "",
|
2758 |
| - "host": "example.com", |
2759 |
| - "hostname": "example.com", |
| 2758 | + "host": "", |
| 2759 | + "hostname": "", |
2760 | 2760 | "port": "",
|
2761 |
| - "pathname": "/", |
| 2761 | + "pathname": "/example.com/", |
2762 | 2762 | "search": "",
|
2763 | 2763 | "hash": ""
|
2764 | 2764 | },
|
|
2915 | 2915 | {
|
2916 | 2916 | "input": "gopher:example.com/",
|
2917 | 2917 | "base": "about:blank",
|
2918 |
| - "href": "gopher://example.com/", |
2919 |
| - "origin": "gopher://example.com", |
| 2918 | + "href": "gopher:example.com/", |
| 2919 | + "origin": "null", |
2920 | 2920 | "protocol": "gopher:",
|
2921 | 2921 | "username": "",
|
2922 | 2922 | "password": "",
|
2923 |
| - "host": "example.com", |
2924 |
| - "hostname": "example.com", |
| 2923 | + "host": "", |
| 2924 | + "hostname": "", |
2925 | 2925 | "port": "",
|
2926 |
| - "pathname": "/", |
| 2926 | + "pathname": "example.com/", |
2927 | 2927 | "search": "",
|
2928 | 2928 | "hash": ""
|
2929 | 2929 | },
|
|
0 commit comments