blob: 7583c7a8d68ec642a7d992ce6d774acf4f4505ad (
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
33
34
35
36
37
38
39
40
41
42
|
[url-origin.any.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[Origin parsing: <ssh://example.com/foo/bar.git> against <http://example.org/>]
expected: FAIL
[Origin parsing: <http::b@www.example.com> against <about:blank>]
expected: FAIL
[Origin parsing: <https://0x.0x.0> against <about:blank>]
expected: FAIL
[Origin parsing: <wss://!"$&'()*+,-.;=_`{}~/> against <about:blank>]
expected: FAIL
[Origin parsing: <http://999999999.> against <http://other.com/>]
expected: FAIL
[Origin parsing: <http://!"$&'()*+,-.;=_`{}~/> against <about:blank>]
expected: FAIL
[url-origin.any.worker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[Origin parsing: <ssh://example.com/foo/bar.git> against <http://example.org/>]
expected: FAIL
[Origin parsing: <http::b@www.example.com> against <about:blank>]
expected: FAIL
[Origin parsing: <https://0x.0x.0> against <about:blank>]
expected: FAIL
[Origin parsing: <wss://!"$&'()*+,-.;=_`{}~/> against <about:blank>]
expected: FAIL
[Origin parsing: <http://999999999.> against <http://other.com/>]
expected: FAIL
[Origin parsing: <http://!"$&'()*+,-.;=_`{}~/> against <about:blank>]
expected: FAIL
|