Source code
Revision control
Copy as Markdown
Other Tools
[invoketarget-on-video-behavior.tentative.html]
expected:
if (os == "linux") and not tsan and not fission and not debug: [OK, ERROR]
if (os == "win") and (processor == "x86_64"): [OK, ERROR]
if (os == "linux") and tsan: [OK, ERROR]
[invoking video with play action makes video play]
expected: FAIL
[invoking playing video with pause action makes it pause]
expected: FAIL
[invoking video with play-pause action makes video play]
expected:
if (os == "linux") and not fission and debug: PASS
if (os == "win") and debug: PASS
if (os == "linux") and fission: PASS
if os == "android": FAIL
[PASS, FAIL]
[invoking playing video with play-pause action pauses it]
expected: FAIL
[invoking video with toggle-muted action mutes it]
expected: FAIL
[invoking muted video with toggle-muted action unmutes it]
expected: FAIL