aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/meta/css/css-animations/CSSAnimation-pausing.tentative.html.ini
blob: 468b4059ff824a385fe33ec0763abef4ea0e5df6 (plain) (blame)
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
[CSSAnimation-pausing.tentative.html]
  [reverse() overrides animation-play-state when it starts playing the animation]
    expected: FAIL

  [Setting the startTime to non-null does NOT override the animation-play-state if the animation is already running]
    expected: FAIL

  [reverse() does NOT override animation-play-state if the animation is already running]
    expected: FAIL

  [Setting the startTime to null overrides animation-play-state if the animation is already running]
    expected: FAIL

  [play() overrides animation-play-state]
    expected: FAIL

  [Setting the current time completes a pending pause]
    expected: FAIL

  [pause() overrides animation-play-state]
    expected: FAIL

  [Setting the startTime to non-null overrides animation-play-state if the animation is paused]
    expected: FAIL

  [play() does NOT override the animation-play-state if there was an error]
    expected: FAIL