summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/web-animations/idlharness.window.js.ini
blob: 67423e1a01180551e80eab99ee8e82f927ffc6e3 (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
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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
[idlharness.window.html]
  [AnimationTimeline interface: operation play(optional AnimationEffect?)]
    expected: FAIL

  [AnimationTimeline interface: document.timeline must inherit property "play(optional AnimationEffect?)" with the proper type]
    expected: FAIL

  [AnimationTimeline interface: calling play(optional AnimationEffect?) on document.timeline with too few arguments must throw TypeError]
    expected: FAIL

  [AnimationEffect interface: attribute parent]
    expected: FAIL

  [AnimationEffect interface: attribute previousSibling]
    expected: FAIL

  [AnimationEffect interface: attribute nextSibling]
    expected: FAIL

  [AnimationEffect interface: operation before(AnimationEffect...)]
    expected: FAIL

  [AnimationEffect interface: operation after(AnimationEffect...)]
    expected: FAIL

  [AnimationEffect interface: operation replace(AnimationEffect...)]
    expected: FAIL

  [AnimationEffect interface: operation remove()]
    expected: FAIL

  [AnimationEffect interface: new KeyframeEffect(null, null) must inherit property "parent" with the proper type]
    expected: FAIL

  [AnimationEffect interface: new KeyframeEffect(null, null) must inherit property "previousSibling" with the proper type]
    expected: FAIL

  [AnimationEffect interface: new KeyframeEffect(null, null) must inherit property "nextSibling" with the proper type]
    expected: FAIL

  [AnimationEffect interface: new KeyframeEffect(null, null) must inherit property "before(AnimationEffect...)" with the proper type]
    expected: FAIL

  [AnimationEffect interface: calling before(AnimationEffect...) on new KeyframeEffect(null, null) with too few arguments must throw TypeError]
    expected: FAIL

  [AnimationEffect interface: new KeyframeEffect(null, null) must inherit property "after(AnimationEffect...)" with the proper type]
    expected: FAIL

  [AnimationEffect interface: calling after(AnimationEffect...) on new KeyframeEffect(null, null) with too few arguments must throw TypeError]
    expected: FAIL

  [AnimationEffect interface: new KeyframeEffect(null, null) must inherit property "replace(AnimationEffect...)" with the proper type]
    expected: FAIL

  [AnimationEffect interface: calling replace(AnimationEffect...) on new KeyframeEffect(null, null) with too few arguments must throw TypeError]
    expected: FAIL

  [AnimationEffect interface: new KeyframeEffect(null, null) must inherit property "remove()" with the proper type]
    expected: FAIL

  [GroupEffect interface: existence and properties of interface object]
    expected: FAIL

  [GroupEffect interface object length]
    expected: FAIL

  [GroupEffect interface object name]
    expected: FAIL

  [GroupEffect interface: existence and properties of interface prototype object]
    expected: FAIL

  [GroupEffect interface: existence and properties of interface prototype object's "constructor" property]
    expected: FAIL

  [GroupEffect interface: existence and properties of interface prototype object's @@unscopables property]
    expected: FAIL

  [GroupEffect interface: attribute children]
    expected: FAIL

  [GroupEffect interface: attribute firstChild]
    expected: FAIL

  [GroupEffect interface: attribute lastChild]
    expected: FAIL

  [GroupEffect interface: operation clone()]
    expected: FAIL

  [GroupEffect interface: operation prepend(AnimationEffect...)]
    expected: FAIL

  [GroupEffect interface: operation append(AnimationEffect...)]
    expected: FAIL

  [AnimationNodeList interface: existence and properties of interface object]
    expected: FAIL

  [AnimationNodeList interface object length]
    expected: FAIL

  [AnimationNodeList interface object name]
    expected: FAIL

  [AnimationNodeList interface: existence and properties of interface prototype object]
    expected: FAIL

  [AnimationNodeList interface: existence and properties of interface prototype object's "constructor" property]
    expected: FAIL

  [AnimationNodeList interface: existence and properties of interface prototype object's @@unscopables property]
    expected: FAIL

  [AnimationNodeList interface: attribute length]
    expected: FAIL

  [AnimationNodeList interface: operation item(unsigned long)]
    expected: FAIL

  [SequenceEffect interface: existence and properties of interface object]
    expected: FAIL

  [SequenceEffect interface object length]
    expected: FAIL

  [SequenceEffect interface object name]
    expected: FAIL

  [SequenceEffect interface: existence and properties of interface prototype object]
    expected: FAIL

  [SequenceEffect interface: existence and properties of interface prototype object's "constructor" property]
    expected: FAIL

  [SequenceEffect interface: existence and properties of interface prototype object's @@unscopables property]
    expected: FAIL

  [SequenceEffect interface: operation clone()]
    expected: FAIL

  [AnimationTimeline interface: attribute duration]
    expected: FAIL

  [AnimationTimeline interface: document.timeline must inherit property "duration" with the proper type]
    expected: FAIL

  [AnimationTimeline interface: document.timeline must inherit property "currentTime" with the proper type]
    expected: FAIL