|
1 | 1 | </> against <file://h/C:/a/b>
|
2 |
| -<file:\\\\//> against <about:blank> |
3 |
| -<file:\\\\\\\\> against <about:blank> |
4 |
| -<file:\\\\\\\\?fox> against <about:blank> |
5 |
| -<file:\\\\\\\\#guppy> against <about:blank> |
6 |
| -<file://spider///> against <about:blank> |
7 |
| -<file:\\\\localhost//> against <about:blank> |
8 |
| -<file://\\/localhost//cat> against <about:blank> |
9 |
| -<file://localhost//a//../..//> against <about:blank> |
| 2 | +<file:\\\\//> |
| 3 | +<file:\\\\\\\\> |
| 4 | +<file:\\\\\\\\?fox> |
| 5 | +<file:\\\\\\\\#guppy> |
| 6 | +<file://spider///> |
| 7 | +<file:\\\\localhost//> |
| 8 | +<file://\\/localhost//cat> |
| 9 | +<file://localhost//a//../..//> |
10 | 10 | </////mouse> against <file:///elephant>
|
11 | 11 | <\\/localhost//pig> against <file://lion/>
|
12 | 12 | <//localhost//pig> against <file://lion/>
|
|
19 | 19 | <C|\n/> against <file://host/dir/file>
|
20 | 20 | <C|\\> against <file://host/dir/file>
|
21 | 21 | </c:/foo/bar> against <file://host/path>
|
22 |
| -<file://example.net/C:/> against <about:blank> |
23 |
| -<file://1.2.3.4/C:/> against <about:blank> |
24 |
| -<file://[1::8]/C:/> against <about:blank> |
| 22 | +<file://example.net/C:/> |
| 23 | +<file://1.2.3.4/C:/> |
| 24 | +<file://[1::8]/C:/> |
25 | 25 | <C|/> against <file://host/>
|
26 | 26 | </C:/> against <file://host/>
|
27 | 27 | <file:C:/> against <file://host/>
|
28 | 28 | <file:/C:/> against <file://host/>
|
29 |
| -<file://localhost//a//../..//foo> against <about:blank> |
30 |
| -<file://localhost////foo> against <about:blank> |
31 |
| -<file:////foo> against <about:blank> |
| 29 | +<file://localhost//a//../..//foo> |
| 30 | +<file://localhost////foo> |
| 31 | +<file:////foo> |
32 | 32 | <file:////one/two> against <file:///>
|
33 | 33 | <////one/two> against <file:///>
|
34 | 34 | <file:///.//> against <file:////>
|
35 |
| -<file:.//p> against <about:blank> |
36 |
| -<file:/.//p> against <about:blank> |
37 |
| -<https://x/?#\u{0}y> against <about:blank> |
| 35 | +<file:.//p> |
| 36 | +<file:/.//p> |
| 37 | +<http://example.net/path> set hostname to <example.com:8080> |
| 38 | +<http://example.net:8080/path> set hostname to <example.com:> |
| 39 | +<non-spec:/.//p> set hostname to <h> |
| 40 | +<non-spec:/.//p> set hostname to <> |
| 41 | +<foo://somehost/some/path> set pathname to <> |
| 42 | +<foo:///some/path> set pathname to <> |
| 43 | +<http://example.net:8080/path> set port to <randomstring> |
| 44 | +<file:///var/log/system.log> set href to <http://0300.168.0xF0> |
| 45 | +<data:space ?query#fragment> set search to <> |
| 46 | +<sc:space ?query#fragment> set search to <> |
| 47 | +<file://monkey/> set pathname to <\\\\> |
| 48 | +<file:///unicorn> set pathname to <//\\/> |
| 49 | +<file:///unicorn> set pathname to <//monkey/..//> |
| 50 | +<non-spec:/> set pathname to </.//p> |
| 51 | +<non-spec:/> set pathname to </..//p> |
| 52 | +<non-spec:/> set pathname to <//p> |
| 53 | +<non-spec:/.//> set pathname to <p> |
0 commit comments