[on-video-behavior.tentative.html]
expected:
if (os == "linux") and not debug and fission and (processor == "x86_64") and not asan and tsan: [OK, ERROR]
if (os == "linux") and not debug and fission and (processor == "x86_64") and asan: [OK, ERROR]
if (os == "linux") and not debug and fission and (processor == "x86"): [OK, ERROR]
[invoking video with play-pause action makes video play]
expected:
if (os == "linux") and (processor == "x86_64") and asan and not fission: PASS
if (os == "linux") and (processor == "x86_64") and not asan: PASS
if (os == "win") and debug: PASS
if (os == "mac") and debug: PASS
if os == "android": FAIL
[PASS, 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