Source code

Revision control

Copy as Markdown

Other Tools

[mediasource-changetype-play.html]
disabled:
if os == "android" and os_version == "14" and processor == "x86_64" and not fission: Bug 1983355
expected:
if (os == "win") and debug and (processor == "x86_64"): [OK, CRASH]
if isolated_process: CRASH
if (os == "android") and sessionHistoryInParent and debug: [OK, TIMEOUT]
if (os == "android") and sessionHistoryInParent and not debug: [OK, ERROR]
if (os == "android") and not sessionHistoryInParent and not debug: [OK, TIMEOUT, ERROR]
bug: 1709960
[Test video-only changeType for video/mp4; codecs="avc1.4D4001" <-> video/webm; codecs="vp8"]
expected:
if (os == "android") and debug and sessionHistoryInParent: [PASS, TIMEOUT]
[Test video-only changeType for video/webm; codecs="vp8" <-> video/mp4; codecs="avc1.4D4001"]
expected:
if not sessionHistoryInParent and not debug: [PASS, TIMEOUT]
[Test video-only changeType for video/webm; codecs="vp8" <-> video/webm; codecs="vp8"]
expected:
if not sessionHistoryInParent and not debug: [PASS, TIMEOUT]