File: finish-animation.html.ini

package info (click to toggle)
firefox 144.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,637,504 kB
  • sloc: cpp: 7,576,692; javascript: 6,430,831; ansic: 3,748,119; python: 1,398,978; xml: 628,810; asm: 438,679; java: 186,194; sh: 63,212; makefile: 19,159; objc: 13,086; perl: 12,986; yacc: 4,583; cs: 3,846; pascal: 3,448; lex: 1,720; ruby: 1,003; exp: 762; php: 436; lisp: 258; awk: 247; sql: 66; sed: 53; csh: 10
file content (63 lines) | stat: -rw-r--r-- 2,108 bytes parent folder | download | duplicates (18)
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
[finish-animation.html]
  [Finishing an animation resolves the finished promise synchronously]
    expected: FAIL

  [Finishing an animation attached to inactive timeline while play-pending doesn't resolves the pending task]
    expected: FAIL

  [Finishing an animation seeks to the end time]
    expected: FAIL

  [Finishing an animation fires finish event on orphaned element]
    expected: FAIL

  [A pending ready promise is resolved and not replaced when the animation is finished]
    expected: FAIL

  [Finishing a reversed animation with a current time less than zero makes it jump back to zero]
    expected: FAIL

  [Finishing a reversed animation jumps to zero time]
    expected: FAIL

  [Finishing an animation with a zero playback rate throws]
    expected: FAIL

  [Finishing a canceled animation sets the current and start times]
    expected: FAIL

  [Finishing idle animation attached to inactive timeline pauses the animation.]
    expected: FAIL

  [Finishing an animation while play-pending resolves the pending task immediately]
    expected: FAIL

  [Finishing an animation with a current time past the effect end jumps back to the end]
    expected: FAIL

  [Finishing idle animation produces correct state and fires finish event.]
    expected: FAIL

  [Finishing running animation attached to inactive timeline pauses the animation.]
    expected: FAIL

  [Finishing running animation produces correct state and fires finish event.]
    expected: FAIL

  [Finishing a pause-pending animation resolves the pending task immediately and update the start time]
    expected: FAIL

  [Finishing a paused animation resolves the start time]
    expected: FAIL

  [An exception should be thrown if the effective playback rate is zero]
    expected: FAIL

  [Finishing an animation during an aborted pause makes it finished immediately]
    expected: FAIL

  [A pending playback rate should be applied immediately when an animation is finished]
    expected: FAIL

  [Finishing a pause-pending animation with negative playback rate resolves the pending task immediately]
    expected: FAIL