Skip to content

Commit a44c04d

Browse files
committed
Update version of Firefox for test expectations
1 parent 6e64c73 commit a44c04d

File tree

1 file changed

+0
-259
lines changed

1 file changed

+0
-259
lines changed

test/web-platform-tests-expectations.js

-259
Original file line numberDiff line numberDiff line change
@@ -19,253 +19,6 @@ module.exports = {
1919
withNativeFallback: true,
2020
},
2121
failures: {
22-
'test/web-platform-tests/web-animations/animation-model/keyframe-effects/effect-value-context.html': {
23-
'Effect values reflect changes to font-size from reparenting':
24-
'animation.ready is undefined',
25-
26-
'Effect values reflect changes to font-size when computed style is not immediately flushed':
27-
'animation.ready is undefined',
28-
29-
'Effect values reflect changes to target element':
30-
'animation.effect is undefined',
31-
},
32-
33-
'test/web-platform-tests/web-animations/interfaces/Animation/cancel.html': {
34-
'After cancelling an animation, it can still be re-used':
35-
'animation.ready is undefined',
36-
37-
'After cancelling an animation, it can still be seeked':
38-
'animation.effect is undefined',
39-
40-
'Animated style is cleared after calling Animation.cancel()':
41-
'animation.ready is undefined',
42-
},
43-
44-
'test/web-platform-tests/web-animations/interfaces/Animation/pause.html': {
45-
'pause() a running animation':
46-
'animation.ready is undefined',
47-
48-
'pause() from idle':
49-
'animation.ready is undefined',
50-
51-
'pause() from idle with a negative playbackRate':
52-
'animation.ready is undefined',
53-
54-
'pause() on a finished animation':
55-
'animation.ready is undefined',
56-
},
57-
58-
'test/web-platform-tests/web-animations/interfaces/Animation/play.html': {
59-
'play() throws when seeking an infinite-duration animation played in reverse':
60-
'animation.ready is undefined',
61-
},
62-
63-
'test/web-platform-tests/web-animations/interfaces/Animation/startTime.html': {
64-
'startTime is resolved when running':
65-
'animation.ready is undefined',
66-
67-
'startTime of a newly created (idle) animation is unresolved':
68-
'KeyframeEffect is not defined',
69-
70-
'startTime of a pause-pending animation is unresolved':
71-
'KeyframeEffect is not defined',
72-
73-
'startTime of a play-pending animation is unresolved':
74-
'KeyframeEffect is not defined',
75-
},
76-
77-
'test/web-platform-tests/web-animations/timing-model/animation-effects/active-time.html': {
78-
'Active time in active phase and negative start delay is the local time minus the start delay':
79-
'anim.effect is undefined',
80-
81-
'Active time in active phase and no start delay is the local time':
82-
'anim.effect is undefined',
83-
84-
'Active time in active phase and positive start delay is the local time minus the start delay':
85-
'anim.effect is undefined',
86-
87-
'Active time in after phase with \'both\' fill is the active duration':
88-
'anim.effect is undefined',
89-
90-
'Active time in after phase with backwards-only fill is unresolved':
91-
'anim.effect is undefined',
92-
93-
'Active time in after phase with forwards fill and negative end delay greater in magnitude than the active duration is zero':
94-
'anim.effect is undefined',
95-
96-
'Active time in after phase with forwards fill and negative end delay greater in magnitude than the sum of the active duration and start delay is zero':
97-
'anim.effect is undefined',
98-
99-
'Active time in after phase with forwards fill and negative end delay is the active duration + end delay':
100-
'anim.effect is undefined',
101-
102-
'Active time in after phase with forwards fill and positive end delay is the active duration':
103-
'anim.effect is undefined',
104-
105-
'Active time in after phase with forwards fill is the active duration':
106-
'anim.effect is undefined',
107-
108-
'Active time in after phase with forwards fill, zero-duration, and infinite iteration count is the active duration':
109-
'anim.effect is undefined',
110-
111-
'Active time in after phase with no fill is unresolved':
112-
'anim.effect is undefined',
113-
114-
'Active time in before phase':
115-
'anim.effect is undefined',
116-
117-
'Active time when the local time is unresolved, is unresolved':
118-
'KeyframeEffect is not defined',
119-
},
120-
121-
'test/web-platform-tests/web-animations/timing-model/animation-effects/simple-iteration-progress.html': {
122-
'Test end delay: duration:100 delay:1 fill:both endDelay:-100':
123-
'effect is undefined',
124-
125-
'Test end delay: duration:100 delay:1 fill:both endDelay:-200':
126-
'effect is undefined',
127-
128-
'Test end delay: duration:100 delay:1 fill:both endDelay:-50':
129-
'effect is undefined',
130-
131-
'Test end delay: duration:100 delay:1 fill:both endDelay:50':
132-
'effect is undefined',
133-
134-
'Test end delay: iterationStart:0.5 duration:100 delay:1 fill:both endDelay:-100':
135-
'effect is undefined',
136-
137-
'Test end delay: iterationStart:0.5 duration:100 delay:1 fill:both endDelay:-50':
138-
'effect is undefined',
139-
140-
'Test end delay: iterationStart:0.5 duration:100 delay:1 fill:both endDelay:50':
141-
'effect is undefined',
142-
143-
'Test end delay: iterations:1 iterationStart:2 duration:100 delay:1 fill:both endDelay:-100':
144-
'effect is undefined',
145-
146-
'Test end delay: iterations:1 iterationStart:2 duration:100 delay:1 fill:both endDelay:-50':
147-
'effect is undefined',
148-
149-
'Test end delay: iterations:2 duration:100 delay:1 fill:both endDelay:-100':
150-
'effect is undefined',
151-
152-
'Test fractional iterations: iterations:3.5 iterationStart:0 duration:0 delay:1 fill:both':
153-
'effect is undefined',
154-
155-
'Test fractional iterations: iterations:3.5 iterationStart:0 duration:100 delay:1 fill:both':
156-
'effect is undefined',
157-
158-
'Test fractional iterations: iterations:3.5 iterationStart:0 duration:Infinity delay:1 fill:both':
159-
'effect is undefined',
160-
161-
'Test fractional iterations: iterations:3.5 iterationStart:2.5 duration:0 delay:1 fill:both':
162-
'effect is undefined',
163-
164-
'Test fractional iterations: iterations:3.5 iterationStart:2.5 duration:100 delay:1 fill:both':
165-
'effect is undefined',
166-
167-
'Test fractional iterations: iterations:3.5 iterationStart:2.5 duration:Infinity delay:1 fill:both':
168-
'effect is undefined',
169-
170-
'Test fractional iterations: iterations:3.5 iterationStart:3 duration:0 delay:1 fill:both':
171-
'effect is undefined',
172-
173-
'Test fractional iterations: iterations:3.5 iterationStart:3 duration:100 delay:1 fill:both':
174-
'effect is undefined',
175-
176-
'Test fractional iterations: iterations:3.5 iterationStart:3 duration:Infinity delay:1 fill:both':
177-
'effect is undefined',
178-
179-
'Test infinity iterations: iterations:Infinity iterationStart:0 duration:0 delay:1 fill:both':
180-
'effect is undefined',
181-
182-
'Test infinity iterations: iterations:Infinity iterationStart:0 duration:100 delay:1 fill:both':
183-
'effect is undefined',
184-
185-
'Test infinity iterations: iterations:Infinity iterationStart:0 duration:Infinity delay:1 fill:both':
186-
'effect is undefined',
187-
188-
'Test infinity iterations: iterations:Infinity iterationStart:2.5 duration:0 delay:1 fill:both':
189-
'effect is undefined',
190-
191-
'Test infinity iterations: iterations:Infinity iterationStart:2.5 duration:100 delay:1 fill:both':
192-
'effect is undefined',
193-
194-
'Test infinity iterations: iterations:Infinity iterationStart:2.5 duration:Infinity delay:1 fill:both':
195-
'effect is undefined',
196-
197-
'Test infinity iterations: iterations:Infinity iterationStart:3 duration:0 delay:1 fill:both':
198-
'effect is undefined',
199-
200-
'Test infinity iterations: iterations:Infinity iterationStart:3 duration:100 delay:1 fill:both':
201-
'effect is undefined',
202-
203-
'Test infinity iterations: iterations:Infinity iterationStart:3 duration:Infinity delay:1 fill:both':
204-
'effect is undefined',
205-
206-
'Test integer iterations: iterations:3 iterationStart:0 duration:0 delay:1 fill:both':
207-
'effect is undefined',
208-
209-
'Test integer iterations: iterations:3 iterationStart:0 duration:100 delay:1 fill:both':
210-
'effect is undefined',
211-
212-
'Test integer iterations: iterations:3 iterationStart:0 duration:Infinity delay:1 fill:both':
213-
'effect is undefined',
214-
215-
'Test integer iterations: iterations:3 iterationStart:2.5 duration:0 delay:1 fill:both':
216-
'effect is undefined',
217-
218-
'Test integer iterations: iterations:3 iterationStart:2.5 duration:100 delay:1 fill:both':
219-
'effect is undefined',
220-
221-
'Test integer iterations: iterations:3 iterationStart:2.5 duration:Infinity delay:1 fill:both':
222-
'effect is undefined',
223-
224-
'Test integer iterations: iterations:3 iterationStart:3 duration:0 delay:1 fill:both':
225-
'effect is undefined',
226-
227-
'Test integer iterations: iterations:3 iterationStart:3 duration:100 delay:1 fill:both':
228-
'effect is undefined',
229-
230-
'Test integer iterations: iterations:3 iterationStart:3 duration:Infinity delay:1 fill:both':
231-
'effect is undefined',
232-
233-
'Test negative playback rate: duration:0 delay:1 fill:both playbackRate:-1':
234-
'effect is undefined',
235-
236-
'Test negative playback rate: duration:0 iterations:0 delay:1 fill:both playbackRate:-1':
237-
'effect is undefined',
238-
239-
'Test negative playback rate: duration:1 delay:1 fill:both playbackRate:-1':
240-
'effect is undefined',
241-
242-
'Test zero iterations: iterations:0 iterationStart:0 duration:0 delay:1 fill:both':
243-
'effect is undefined',
244-
245-
'Test zero iterations: iterations:0 iterationStart:0 duration:100 delay:1 fill:both':
246-
'effect is undefined',
247-
248-
'Test zero iterations: iterations:0 iterationStart:0 duration:Infinity delay:1 fill:both':
249-
'effect is undefined',
250-
251-
'Test zero iterations: iterations:0 iterationStart:2.5 duration:0 delay:1 fill:both':
252-
'effect is undefined',
253-
254-
'Test zero iterations: iterations:0 iterationStart:2.5 duration:100 delay:1 fill:both':
255-
'effect is undefined',
256-
257-
'Test zero iterations: iterations:0 iterationStart:2.5 duration:Infinity delay:1 fill:both':
258-
'effect is undefined',
259-
260-
'Test zero iterations: iterations:0 iterationStart:3 duration:0 delay:1 fill:both':
261-
'effect is undefined',
262-
263-
'Test zero iterations: iterations:0 iterationStart:3 duration:100 delay:1 fill:both':
264-
'effect is undefined',
265-
266-
'Test zero iterations: iterations:0 iterationStart:3 duration:Infinity delay:1 fill:both':
267-
'effect is undefined',
268-
},
26922
},
27023
},
27124
{
@@ -318,15 +71,6 @@ module.exports = {
31871
'test/web-platform-tests/web-animations/interfaces/Animation/startTime.html': {
31972
'startTime is resolved when running':
32073
'animation.ready is undefined',
321-
322-
'startTime of a newly created (idle) animation is unresolved':
323-
'KeyframeEffect is not defined',
324-
325-
'startTime of a pause-pending animation is unresolved':
326-
'KeyframeEffect is not defined',
327-
328-
'startTime of a play-pending animation is unresolved':
329-
'KeyframeEffect is not defined',
33074
},
33175

33276
'test/web-platform-tests/web-animations/timing-model/animation-effects/active-time.html': {
@@ -368,9 +112,6 @@ module.exports = {
368112

369113
'Active time in before phase':
370114
'anim.effect is undefined',
371-
372-
'Active time when the local time is unresolved, is unresolved':
373-
'KeyframeEffect is not defined',
374115
},
375116

376117
'test/web-platform-tests/web-animations/timing-model/animation-effects/simple-iteration-progress.html': {

0 commit comments

Comments
 (0)