blob: 04fc91a3f986fb182f8eb0665748389b7f3161e8 (
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
|
[scroll-timeline-dynamic.tentative.html]
expected:
if os == "mac": [TIMEOUT, OK]
[Reverse animation direction [immediate\]]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1774060
expected:
if os == "mac": [NOTRUN, FAIL]
FAIL
[Reverse animation direction [scroll\]]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1774060
expected:
if os == "mac": [NOTRUN, FAIL]
FAIL
[Switching timelines and pausing at the same time [immediate\]]
bug: https://github.com/w3c/csswg-drafts/issues/5653
expected:
if os == "mac": [NOTRUN, FAIL]
FAIL
[Switching timelines and pausing at the same time [scroll\]]
bug: https://github.com/w3c/csswg-drafts/issues/5653
expected:
if os == "mac": [NOTRUN, FAIL]
FAIL
[Change to timeline attachment while paused [immediate\]]
expected:
if os == "mac": [NOTRUN, FAIL]
FAIL
[Change to timeline attachment while paused [scroll\]]
expected:
if os == "mac": [NOTRUN, FAIL]
FAIL
[Changing to/from animation-timeline:none [scroll\]]
expected:
if os == "mac": [TIMEOUT, PASS]
|