|
964 | 964 | "search": "", |
965 | 965 | "hash": "" |
966 | 966 | }, |
| 967 | + { |
| 968 | + "input": "http://[::127.0.0.1.]", |
| 969 | + "base": "http://example.org/foo/bar", |
| 970 | + "failure": true |
| 971 | + }, |
967 | 972 | { |
968 | 973 | "input": "http://[0:0:0:0:0:0:13.1.68.3]", |
969 | 974 | "base": "http://example.org/foo/bar", |
|
3959 | 3964 | "base": "http://other.com/", |
3960 | 3965 | "failure": true |
3961 | 3966 | }, |
| 3967 | + { |
| 3968 | + "input": "http://[::.1.2]", |
| 3969 | + "base": "http://other.com/", |
| 3970 | + "failure": true |
| 3971 | + }, |
3962 | 3972 | { |
3963 | 3973 | "input": "http://[::1.]", |
3964 | 3974 | "base": "http://other.com/", |
3965 | 3975 | "failure": true |
3966 | 3976 | }, |
| 3977 | + { |
| 3978 | + "input": "http://[::.1]", |
| 3979 | + "base": "http://other.com/", |
| 3980 | + "failure": true |
| 3981 | + }, |
3967 | 3982 | { |
3968 | 3983 | "input": "http://[::%31]", |
3969 | 3984 | "base": "http://other.com/", |
|
8857 | 8872 | "protocol": "non-special:", |
8858 | 8873 | "search": "", |
8859 | 8874 | "username": "" |
| 8875 | + }, |
| 8876 | + { |
| 8877 | + "input": "", |
| 8878 | + "base": "about:blank", |
| 8879 | + "failure": true |
| 8880 | + }, |
| 8881 | + { |
| 8882 | + "input": "https://example.com/\"quoted\"", |
| 8883 | + "base": "about:blank", |
| 8884 | + "hash": "", |
| 8885 | + "host": "example.com", |
| 8886 | + "hostname": "example.com", |
| 8887 | + "href": "https://example.com/%22quoted%22", |
| 8888 | + "origin": "https://example.com", |
| 8889 | + "password": "", |
| 8890 | + "pathname": "/%22quoted%22", |
| 8891 | + "port": "", |
| 8892 | + "protocol": "https:", |
| 8893 | + "search": "", |
| 8894 | + "username": "" |
8860 | 8895 | } |
8861 | 8896 | ] |
0 commit comments