[on-video-behavior.tentative.html]
bug: 1709960
expected:
if (os_version == "24.04") and debug and fission: [ERROR, OK]
if (os_version == "14") and debug and sessionHistoryInParent: [ERROR, OK]
if (os_version == "14") and debug and not sessionHistoryInParent: [ERROR, OK]
if (os_version == "11.26100") and debug and (processor == "x86"): OK
if (os_version == "14") and not debug: [ERROR, OK]
if os_version == "14.70": OK
[OK, ERROR]
[invoking video with play-pause action makes video play]
expected:
if (os_version == "11.26100") and (processor == "x86_64") and debug: PASS
if (os_version == "24.04") and not asan: PASS
if os_version == "7.0": FAIL
if os_version == "18.04": PASS
if os_version == "14": 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