Source code

Revision control

Copy as Markdown

Other Tools

[event_timeupdate.html]
expected:
if (os == "linux") and not debug and fission and (processor == "x86_64") and not asan and tsan: [OK, TIMEOUT]
if (os == "linux") and not debug and fission and (processor == "x86_64") and not asan and not tsan: [OK, TIMEOUT]
if (os == "linux") and not debug and fission and (processor == "x86_64") and asan: [OK, TIMEOUT]
if (os == "linux") and not debug and fission and (processor == "x86"): [OK, TIMEOUT]
[setting src attribute on a sufficiently long autoplay audio should trigger timeupdate event]
expected:
if (os == "linux") and not debug and fission and (processor == "x86_64") and not asan and tsan: [PASS, NOTRUN]
if (os == "linux") and not debug and fission and (processor == "x86_64") and not asan and not tsan: [PASS, NOTRUN]
if (os == "linux") and not debug and fission and (processor == "x86_64") and asan: [PASS, NOTRUN]
if (os == "linux") and not debug and fission and (processor == "x86"): [PASS, NOTRUN]
[setting src attribute on a sufficiently long autoplay video should trigger timeupdate event]
expected:
if (os == "linux") and not debug and not asan and (processor == "x86_64") and not tsan: [PASS, NOTRUN]