Source code

Revision control

Copy as Markdown

Other Tools

[animation-timeline-view-functional-notation.tentative.html]
expected:
if os == "mac": [TIMEOUT, OK]
[animation-timeline: view()]
expected: FAIL
[animation-timeline: view(50px)]
expected:
if os == "mac": [FAIL, TIMEOUT]
FAIL
[animation-timeline: view(auto 50px)]
expected:
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
FAIL
[animation-timeline: view(inline)]
expected:
if os == "mac": [NOTRUN, FAIL]
FAIL
[animation-timeline: view(), view(inline)]
expected:
if os == "mac": [NOTRUN, FAIL]
FAIL
[animation-timeline: view(inline) changes to view(inline 50px)]
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