Source code
Revision control
Copy as Markdown
Other Tools
[animation-duration-infinite.html]
expected:
if debug and (os == "mac"): PASS
if debug and (os == "android"): ERROR
if not debug and (os == "win"): [PASS, ERROR]
if not debug and (os == "mac"): PASS
if not debug and (os == "linux"): PASS
if not debug and (os == "android"): PASS
[ERROR, PASS]