summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/scroll-animations/scroll-timelines/effect-updateTiming.html.ini
blob: b9795f72dff6659b4b66c7ede7e02211cf5cdf2e (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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
[effect-updateTiming.html]
  [Allows setting the delay to a positive number]
    expected: FAIL

  [Allows setting the delay to a negative number]
    expected: FAIL

  [Allows setting the delay of an animation in progress: positive delay that causes the animation to be no longer in-effect]
    expected: FAIL

  [Allows setting the delay of an animation in progress: negative delay that seeks into the active interval]
    expected: FAIL

  [Allows setting the delay of an animation in progress: large negative delay that causes the animation to be finished]
    expected: FAIL

  [Throws when setting invalid delay value: NaN]
    expected: FAIL

  [Throws when setting invalid delay value: Infinity]
    expected: FAIL

  [Throws when setting invalid delay value: -Infinity]
    expected: FAIL

  [Allows setting the endDelay to a positive number]
    expected: FAIL

  [Allows setting the endDelay to a negative number]
    expected: FAIL

  [Throws when setting the endDelay to infinity]
    expected: FAIL

  [Throws when setting the endDelay to negative infinity]
    expected: FAIL

  [Allows setting the fill to 'none']
    expected: FAIL

  [Allows setting the fill to 'forwards']
    expected: FAIL

  [Allows setting the fill to 'backwards']
    expected: FAIL

  [Allows setting the fill to 'both']
    expected: FAIL

  [Allows setting the iterationStart of an animation in progress: backwards-filling]
    expected: FAIL

  [Allows setting the iterationStart of an animation in progress: active phase]
    expected: FAIL

  [Allows setting the iterationStart of an animation in progress: forwards-filling]
    expected: FAIL

  [Throws when setting invalid iterationStart value: -1]
    expected: FAIL

  [Throws when setting invalid iterationStart value: NaN]
    expected: FAIL

  [Throws when setting invalid iterationStart value: Infinity]
    expected: FAIL

  [Throws when setting invalid iterationStart value: -Infinity]
    expected: FAIL

  [Allows setting iterations to a double value]
    expected: FAIL

  [Throws when setting iterations to Infinity]
    expected: FAIL

  [Allows setting the iterations of an animation in progress]
    expected: FAIL

  [Allows setting the iterations of an animation in progress with duration "auto"]
    expected: FAIL

  [Allows setting the duration to 123.45]
    expected: FAIL

  [Allows setting the duration to auto]
    expected: FAIL

  [Throws when setting invalid duration: -1]
    expected: FAIL

  [Throws when setting invalid duration: NaN]
    expected: FAIL

  [Throws when setting invalid duration: Infinity]
    expected: FAIL

  [Throws when setting invalid duration: -Infinity]
    expected: FAIL

  [Throws when setting invalid duration: "abc"]
    expected: FAIL

  [Throws when setting invalid duration: "100"]
    expected: FAIL

  [Allows setting the duration of an animation in progress]
    expected: FAIL

  [Allows setting the duration of an animation in progress such that the the start and current time do not change]
    expected: FAIL

  [Allows setting the direction to each of the possible keywords]
    expected: FAIL

  [Allows setting the direction of an animation in progress from 'normal' to 'reverse']
    expected: FAIL

  [Allows setting the direction of an animation in progress from 'normal' to 'reverse' while at start of active interval]
    expected: FAIL

  [Allows setting the direction of an animation in progress from 'normal' to 'reverse' while filling backwards]
    expected: FAIL

  [Allows setting the direction of an animation in progress from 'normal' to 'alternate']
    expected: FAIL

  [Allows setting the direction of an animation in progress from 'alternate' to 'alternate-reverse']
    expected: FAIL

  [Allows setting the easing to a step-start function]
    expected: FAIL

  [Allows setting the easing to a steps(1, start) function]
    expected: FAIL

  [Allows setting the easing to a steps(2, start) function]
    expected: FAIL

  [Allows setting the easing to a step-end function]
    expected: FAIL

  [Allows setting the easing to a steps(1) function]
    expected: FAIL

  [Allows setting the easing to a steps(1, end) function]
    expected: FAIL

  [Allows setting the easing to a steps(2, end) function]
    expected: FAIL

  [Allows setting the easing to a linear function]
    expected: FAIL

  [Allows setting the easing to a ease function]
    expected: FAIL

  [Allows setting the easing to a ease-in function]
    expected: FAIL

  [Allows setting the easing to a ease-in-out function]
    expected: FAIL

  [Allows setting the easing to a ease-out function]
    expected: FAIL

  [Allows setting the easing to a easing function which produces values greater than 1]
    expected: FAIL

  [Allows setting the easing to a easing function which produces values less than 1]
    expected: FAIL

  [Updates the specified value when setting the easing to 'ease']
    expected: FAIL

  [Updates the specified value when setting the easing to 'linear']
    expected: FAIL

  [Updates the specified value when setting the easing to 'ease-in']
    expected: FAIL

  [Updates the specified value when setting the easing to 'ease-out']
    expected: FAIL

  [Updates the specified value when setting the easing to 'ease-in-out']
    expected: FAIL

  [Updates the specified value when setting the easing to 'cubic-bezier(0.1, 5, 0.23, 0)']
    expected: FAIL

  [Updates the specified value when setting the easing to 'steps(3, start)']
    expected: FAIL

  [Updates the specified value when setting the easing to 'steps(3)']
    expected: FAIL

  [Allows setting the easing of an animation in progress]
    expected: FAIL