Source code
Revision control
Copy as Markdown
Other Tools
[codecs-subsequent-offer.https.html?interop-2026]
[A subsequent offer after a VP8-only negotiation includes at least all mandatory to implement codecs]
expected:
if (os == "win") and debug: [PASS, FAIL]
if (os == "win") and not debug: [PASS, FAIL]
if (os == "mac") and debug: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]
[codecs-subsequent-offer.https.html]
[A subsequent offer after a VP8-only negotiation includes at least all mandatory to implement codecs]
expected:
if (os == "win") and debug and (processor == "x86_64"): [FAIL, PASS]
if (os == "win") and debug and (processor == "x86"): [FAIL, PASS]
if (os == "win") and not debug and (processor == "x86"): [FAIL, PASS]
if (os == "mac") and not debug and (version == "OS X 15.3"): [PASS, FAIL]
if (os == "mac") and not debug and (version == "OS X 14.7.5"): [PASS, FAIL]