blob: d66c32bb0740e068d43c17ae0f7755bfb2ca0b3c (
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
[animation-timeline-view-functional-notation.tentative.html]
expected:
if os == "mac": [TIMEOUT, OK]
[animation-timeline: view()]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1824875
expected: FAIL
[animation-timeline: view(50px)]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1824875
expected:
if os == "mac": [FAIL, TIMEOUT]
FAIL
[animation-timeline: view(auto 50px)]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1824875
expected:
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
FAIL
[animation-timeline: view(inline)]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1824875
expected:
if os == "mac": [NOTRUN, FAIL]
FAIL
[animation-timeline: view(), view(inline)]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1824875
expected:
if os == "mac": [NOTRUN, FAIL]
FAIL
[animation-timeline: view(inline) changes to view(inline 50px)]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1824875
expected:
if os == "mac": [NOTRUN, FAIL]
FAIL
[animation-timeline: view(x) without timeline range name]
expected: FAIL
[animation-timeline: view(y) without timeline range name]
expected: FAIL
[animation-timeline: view(x 50px) without timeline range name]
expected: FAIL
[animation-timeline: view(x)]
expected:
if os == "mac": [NOTRUN, FAIL]
FAIL
[animation-timeline: view(y)]
expected:
if os == "mac": [NOTRUN, FAIL]
FAIL
[animation-timeline: view(x 50px)]
expected:
if os == "mac": [NOTRUN, FAIL]
FAIL
|