Source code
Revision control
Copy as Markdown
Other Tools
[mediasource-changetype-play-without-codecs-parameter.html]
expected:
if (os == "win") and debug and (processor == "x86_64"): [OK, CRASH]
if (os == "android") and debug: [OK, CRASH]
if (os == "android") and not debug: [OK, ERROR]
[Test audio-only changeType for audio/mp4; codecs="mp4a.40.2" <-> audio/webm; codecs="vorbis" (using types without codecs parameters)]
expected:
if (os == "android") and not debug: [PASS, FAIL]