Source code

Revision control

Copy as Markdown

Other Tools

[track-cues-missed.html]
expected:
if (os == "android") and not debug: [OK, ERROR]
[Events are triggered for missed (skipped) cues during normal playback]
disabled:
if os == "android": Bug 1563766
expected:
if (os == "win") and not debug and (processor == "x86_64"): PASS
if (os == "linux") and debug and fission: PASS
if os == "mac": PASS
[PASS, FAIL]