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