on-video-behavior.tentative.html.ini (964B)
1 [on-video-behavior.tentative.html] 2 bug: 1709960 3 expected: 4 if (os == "win") and debug and (processor == "x86"): OK 5 if (os == "mac") and not debug: OK 6 if os == "android": [ERROR, OK] 7 [OK, ERROR] 8 [invoking video with play-pause action makes video play] 9 expected: 10 if (os == "win") and (processor == "x86_64") and debug: PASS 11 if (os == "win") and (processor == "x86_64") and not debug: [FAIL, PASS] 12 if (os == "linux") and not debug and tsan: PASS 13 if (os == "linux") and debug: PASS 14 if os == "android": FAIL 15 [PASS, FAIL] 16 17 [invoking playing video with play-pause action pauses it] 18 expected: FAIL 19 20 [invoking video with play action makes video play] 21 expected: FAIL 22 23 [invoking playing video with pause action makes it pause] 24 expected: FAIL 25 26 [invoking video with toggle-muted action mutes it] 27 expected: FAIL 28 29 [invoking muted video with toggle-muted action unmutes it] 30 expected: FAIL