-
-
Notifications
You must be signed in to change notification settings - Fork 35.4k
Expand file tree
/
Copy pathurl.json
More file actions
38 lines (38 loc) · 1.05 KB
/
url.json
File metadata and controls
38 lines (38 loc) · 1.05 KB
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
{
"idlharness-shadowrealm.window.js": {
"skip": "ShadowRealm support is not enabled"
},
"percent-encoding.window.js": {
"skip": "TODO: port from .window.js"
},
"historical.any.js": {
"fail": {
"note": "We are faking location with a URL object for the sake of the testharness and it has searchParams.",
"expected": [
"searchParams on location object"
]
}
},
"toascii.window.js": {
"fail": {
"note": "Unicode 15.1",
"expected": [
"\uD87E\uDC68.com (using URL)",
"\uD87E\uDC68.com (using URL.host)",
"\uD87E\uDC68.com (using URL.hostname)",
"\u1E9E.com (using URL)",
"\u1E9E.com (using URL.host)",
"\u1E9E.com (using URL.hostname)",
"\u1E9E.foo.com (using URL)",
"\u1E9E.foo.com (using URL.host)",
"\u1E9E.foo.com (using URL.hostname)"
]
}
},
"url-setters-a-area.window.js": {
"skip": "already tested in url-setters.any.js"
},
"javascript-urls.window.js": {
"skip": "requires document.body reference"
}
}