[invoketarget-on-video-behavior.tentative.html] expected: if (os == "win") and (processor == "x86_64"): [OK, ERROR] if (os == "linux") and tsan: [OK, ERROR] [invoking video with auto action is no-op] expected: if (os == "linux") and not debug and not asan and not tsan: [PASS, FAIL] if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL] if (os == "win") and not debug and (processor == "x86"): PASS if (os == "mac") and debug: [PASS, FAIL] if (os == "mac") and not debug: PASS if os == "android": PASS [FAIL, PASS] [invoking video with playpause action makes video play] expected: FAIL [invoking playing video with playpause 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 toggleMuted action mutes it] expected: FAIL [invoking muted video with toggleMuted action unmutes it] expected: FAIL