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