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