blob: e2c549ff034b4f3e5266a4513c68c2b195d4ee9f (
plain) (
blame)
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
|
[url-setters.any.worker.html]
expected: CRASH
[url-setters.any.html]
expected: CRASH
[url-setters.any.html?exclude=(file|javascript|mailto)]
[URL: Setting <http://example.net/path>.hostname = 'example.com:8080' : delimiter invalidates entire value]
expected: FAIL
[URL: Setting <http://example.net:8080/path>.hostname = 'example.com:' : delimiter invalidates entire value]
expected: FAIL
[URL: Setting <foo:///some/path>.pathname = '' Non-special URLs with an empty host can have their paths erased]
expected: FAIL
[URL: Setting <non-spec:/.//p>.hostname = 'h' Drop /. from path]
expected: FAIL
[URL: Setting <non-spec:/.//p>.hostname = '']
expected: FAIL
[URL: Setting <a:/>.pathname = '\x00\x01\t\n\r\x1f !"#$%&'()*+,-./09:;<=>?@AZ[\\\]^_`az{|}~Éé' UTF-8 percent encoding with the default encode set. Tabs and newlines are removed.]
expected: FAIL
[URL: Setting <data:space ?query>.search = '' Trailing spaces and opaque paths]
expected: FAIL
[URL: Setting <sc:space ?query>.search = '']
expected: FAIL
[URL: Setting <data:space ?query#fragment>.search = '' Trailing spaces and opaque paths]
expected: FAIL
[URL: Setting <sc:space ?query#fragment>.search = '']
expected: FAIL
[URL: Setting <data:space #fragment>.hash = '' Trailing spaces and opaque paths]
expected: FAIL
[URL: Setting <sc:space #fragment>.hash = '']
expected: FAIL
[URL: Setting <data:space ?query#fragment>.hash = '' Trailing spaces and opaque paths]
expected: FAIL
[URL: Setting <sc:space ?query#fragment>.hash = '']
expected: FAIL
[url-setters.any.worker.html?include=javascript]
[url-setters.any.worker.html?include=file]
[URL: Setting <file://monkey/>.pathname = '\\\\' File URLs and (back)slashes]
expected: FAIL
[URL: Setting <file:///unicorn>.pathname = '//\\/' File URLs and (back)slashes]
expected: FAIL
[URL: Setting <file:///unicorn>.pathname = '//monkey/..//' File URLs and (back)slashes]
expected: FAIL
[url-setters.any.html?include=javascript]
[url-setters.any.html?include=mailto]
[url-setters.any.worker.html?exclude=(file|javascript|mailto)]
[URL: Setting <http://example.net/path>.hostname = 'example.com:8080' : delimiter invalidates entire value]
expected: FAIL
[URL: Setting <http://example.net:8080/path>.hostname = 'example.com:' : delimiter invalidates entire value]
expected: FAIL
[URL: Setting <foo:///some/path>.pathname = '' Non-special URLs with an empty host can have their paths erased]
expected: FAIL
[URL: Setting <file://monkey/>.pathname = '\\\\' File URLs and (back)slashes]
expected: FAIL
[URL: Setting <file:///unicorn>.pathname = '//\\/' File URLs and (back)slashes]
expected: FAIL
[URL: Setting <file:///unicorn>.pathname = '//monkey/..//' File URLs and (back)slashes]
expected: FAIL
[URL: Setting <non-spec:/.//p>.hostname = 'h' Drop /. from path]
expected: FAIL
[URL: Setting <non-spec:/.//p>.hostname = '']
expected: FAIL
[URL: Setting <a:/>.pathname = '\x00\x01\t\n\r\x1f !"#$%&'()*+,-./09:;<=>?@AZ[\\\]^_`az{|}~Éé' UTF-8 percent encoding with the default encode set. Tabs and newlines are removed.]
expected: FAIL
[URL: Setting <data:space ?query>.search = '' Trailing spaces and opaque paths]
expected: FAIL
[URL: Setting <sc:space ?query>.search = '']
expected: FAIL
[URL: Setting <data:space ?query#fragment>.search = '' Trailing spaces and opaque paths]
expected: FAIL
[URL: Setting <sc:space ?query#fragment>.search = '']
expected: FAIL
[URL: Setting <data:space #fragment>.hash = '' Trailing spaces and opaque paths]
expected: FAIL
[URL: Setting <sc:space #fragment>.hash = '']
expected: FAIL
[URL: Setting <data:space ?query#fragment>.hash = '' Trailing spaces and opaque paths]
expected: FAIL
[URL: Setting <sc:space ?query#fragment>.hash = '']
expected: FAIL
[url-setters.any.worker.html?include=mailto]
[url-setters.any.html?include=file]
[URL: Setting <file://monkey/>.pathname = '\\\\' File URLs and (back)slashes]
expected: FAIL
[URL: Setting <file:///unicorn>.pathname = '//\\/' File URLs and (back)slashes]
expected: FAIL
[URL: Setting <file:///unicorn>.pathname = '//monkey/..//' File URLs and (back)slashes]
expected: FAIL
|