summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/web-animations/interfaces/Animation/progress.tentative.html.ini
blob: f8e00ad957f98ba108cc1ca8b03b5f16b631b2b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[progress.tentative.html]
  [progress of a newly created animation without an effect is unresolved]
    expected: FAIL

  [progress of an animation whose currentTime is unresolved is unresolved.]
    expected: FAIL

  [progress of an animation whose effect's endTime is zero is zero if its currentTime is negative.]
    expected: FAIL

  [progress of an animation whose effect's endTime is zero is one if its currentTime is non-negative.]
    expected: FAIL

  [progress of an animation whose effect's endTime is infinity is zero.]
    expected: FAIL

  [progress of an animation is calculated by currentTime / effect endTime.]
    expected: FAIL