Source code

Revision control

Copy as Markdown

Other Tools

[on-video-behavior.tentative.html]
expected:
if asan and fission: [OK, ERROR]
[invoking video with play-pause action makes video play]
expected:
if (os == "linux") and asan and fission: [PASS, FAIL]
if (os == "win") and not debug: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]
if os == "android": FAIL
[invoking playing video with play-pause action pauses it]
expected: FAIL
[invoking video with play action makes video play]
expected: FAIL
[invoking playing video with pause action makes it pause]
expected: FAIL
[invoking video with toggle-muted action mutes it]
expected: FAIL
[invoking muted video with toggle-muted action unmutes it]
expected: FAIL