blob: b363821858c19d0b580bc49ffb5e1f6da2ca2314 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
[url-origin.any.html]
[Origin parsing: <ssh://example.com/foo/bar.git> against <http://example.org/>]
expected: FAIL
[Origin parsing: <http://999999999.> against <http://other.com/>]
expected: FAIL
[Origin parsing: <http://!"$&'()*+,-.;=_`{}~/> without base]
expected: FAIL
[Origin parsing: <https://0x.0x.0> without base]
expected: FAIL
[Origin parsing: <wss://!"$&'()*+,-.;=_`{}~/> without base]
expected: FAIL
[url-origin.any.worker.html]
[Origin parsing: <ssh://example.com/foo/bar.git> against <http://example.org/>]
expected: FAIL
[Origin parsing: <http://999999999.> against <http://other.com/>]
expected: FAIL
[Origin parsing: <http://!"$&'()*+,-.;=_`{}~/> without base]
expected: FAIL
[Origin parsing: <https://0x.0x.0> without base]
expected: FAIL
[Origin parsing: <wss://!"$&'()*+,-.;=_`{}~/> without base]
expected: FAIL
|