-
-
Notifications
You must be signed in to change notification settings - Fork 35.3k
Expand file tree
/
Copy pathwebidl.json
More file actions
70 lines (70 loc) · 1.95 KB
/
webidl.json
File metadata and controls
70 lines (70 loc) · 1.95 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
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
{
"ecmascript-binding/class-string-named-properties-object.window.js": {
"fail": {
"expected": [
"ReferenceError: Window is not defined"
]
}
},
"ecmascript-binding/global-immutable-prototype.any.js": {
"fail": {
"expected": [
"Setting to a different prototype"
]
}
},
"ecmascript-binding/global-mutable-prototype.any.js": {
"fail": {
"expected": [
"Setting to a different prototype"
]
}
},
"ecmascript-binding/global-object-implicit-this-value.any.js": {
"fail": {
"expected": [
"Global object's getter throws when called on incompatible object",
"Global object's setter throws when called on incompatible object",
"Global object's operation throws when called on incompatible object",
"Global object's getter works when called on null / undefined",
"Global object's setter works when called on null / undefined",
"ReferenceError: addEventListener is not defined"
]
}
},
"ecmascript-binding/legacy-factor-function-subclass.window.js": {
"fail": {
"expected": [
"[LegacyFactoryFunction] can be subclassed and correctly handles NewTarget"
]
}
},
"ecmascript-binding/legacy-factory-function-builtin-properties.window.js": {
"fail": {
"expected": [
"Legacy factory function property enumeration order of \"length\", \"name\", and \"prototype\""
]
}
},
"ecmascript-binding/no-regexp-special-casing.any.js": {
"fail": {
"expected": [
"Can be used as an object implementing a callback interface"
]
}
},
"ecmascript-binding/observable-array-no-leak-of-internals.window.js": {
"fail": {
"expected": [
"ObservableArray's internals won't leak"
]
}
},
"ecmascript-binding/observable-array-ownkeys.window.js": {
"fail": {
"expected": [
"ObservableArray's ownKeys trap"
]
}
}
}