|
4682 | 4682 | },
|
4683 | 4683 | "Allowed host code points",
|
4684 | 4684 | {
|
4685 |
| - "input": "http://\u001F!\"$&'()*+,-.;=_`{|}~/", |
| 4685 | + "input": "http://\u001F!\"$&'()*+,-.;=_`{}~/", |
4686 | 4686 | "base": "about:blank",
|
4687 |
| - "href": "http://\u001F!\"$&'()*+,-.;=_`{|}~/", |
4688 |
| - "origin": "http://\u001F!\"$&'()*+,-.;=_`{|}~", |
| 4687 | + "href": "http://\u001F!\"$&'()*+,-.;=_`{}~/", |
| 4688 | + "origin": "http://\u001F!\"$&'()*+,-.;=_`{}~", |
4689 | 4689 | "protocol": "http:",
|
4690 | 4690 | "username": "",
|
4691 | 4691 | "password": "",
|
4692 |
| - "host": "\u001F!\"$&'()*+,-.;=_`{|}~", |
4693 |
| - "hostname": "\u001F!\"$&'()*+,-.;=_`{|}~", |
| 4692 | + "host": "\u001F!\"$&'()*+,-.;=_`{}~", |
| 4693 | + "hostname": "\u001F!\"$&'()*+,-.;=_`{}~", |
4694 | 4694 | "port": "",
|
4695 | 4695 | "pathname": "/",
|
4696 | 4696 | "search": "",
|
4697 | 4697 | "hash": ""
|
4698 | 4698 | },
|
4699 | 4699 | {
|
4700 |
| - "input": "sc://\u001F!\"$&'()*+,-.;=_`{|}~/", |
| 4700 | + "input": "sc://\u001F!\"$&'()*+,-.;=_`{}~/", |
4701 | 4701 | "base": "about:blank",
|
4702 |
| - "href": "sc://%1F!\"$&'()*+,-.;=_`{|}~/", |
| 4702 | + "href": "sc://%1F!\"$&'()*+,-.;=_`{}~/", |
4703 | 4703 | "origin": "null",
|
4704 | 4704 | "protocol": "sc:",
|
4705 | 4705 | "username": "",
|
4706 | 4706 | "password": "",
|
4707 |
| - "host": "%1F!\"$&'()*+,-.;=_`{|}~", |
4708 |
| - "hostname": "%1F!\"$&'()*+,-.;=_`{|}~", |
| 4707 | + "host": "%1F!\"$&'()*+,-.;=_`{}~", |
| 4708 | + "hostname": "%1F!\"$&'()*+,-.;=_`{}~", |
4709 | 4709 | "port": "",
|
4710 | 4710 | "pathname": "/",
|
4711 | 4711 | "search": "",
|
|
5202 | 5202 | "search": "",
|
5203 | 5203 | "hash": ""
|
5204 | 5204 | },
|
| 5205 | + { |
| 5206 | + "input": "file://%43%3A", |
| 5207 | + "base": "about:blank", |
| 5208 | + "failure": true |
| 5209 | + }, |
| 5210 | + { |
| 5211 | + "input": "file://%43%7C", |
| 5212 | + "base": "about:blank", |
| 5213 | + "failure": true |
| 5214 | + }, |
| 5215 | + { |
| 5216 | + "input": "file://%43|", |
| 5217 | + "base": "about:blank", |
| 5218 | + "failure": true |
| 5219 | + }, |
| 5220 | + { |
| 5221 | + "input": "file://C%7C", |
| 5222 | + "base": "about:blank", |
| 5223 | + "failure": true |
| 5224 | + }, |
| 5225 | + { |
| 5226 | + "input": "file://%43%7C/", |
| 5227 | + "base": "about:blank", |
| 5228 | + "failure": true |
| 5229 | + }, |
| 5230 | + { |
| 5231 | + "input": "https://%43%7C/", |
| 5232 | + "base": "about:blank", |
| 5233 | + "failure": true |
| 5234 | + }, |
| 5235 | + { |
| 5236 | + "input": "asdf://%43|/", |
| 5237 | + "base": "about:blank", |
| 5238 | + "failure": true |
| 5239 | + }, |
| 5240 | + { |
| 5241 | + "input": "asdf://%43%7C/", |
| 5242 | + "base": "about:blank", |
| 5243 | + "href": "asdf://%43%7C/", |
| 5244 | + "origin": "null", |
| 5245 | + "protocol": "asdf:", |
| 5246 | + "username": "", |
| 5247 | + "password": "", |
| 5248 | + "host": "%43%7C", |
| 5249 | + "hostname": "%43%7C", |
| 5250 | + "port": "", |
| 5251 | + "pathname": "/", |
| 5252 | + "search": "", |
| 5253 | + "hash": "" |
| 5254 | + }, |
5205 | 5255 | "# file URLs relative to other file URLs (via https://github.com/jsdom/whatwg-url/pull/60)",
|
5206 | 5256 | {
|
5207 | 5257 | "input": "pix/submit.gif",
|
|
0 commit comments