Source code
Revision control
Copy as Markdown
Other Tools
[mixed-content-cors.https.sub.html]
expected:
if (os == "linux") and debug and not fission: [TIMEOUT, OK]
if (os == "win") and (processor == "x86"): OK
if (os == "android") and debug: OK
if (os == "android") and not debug: [OK, ERROR, TIMEOUT]
[OK, TIMEOUT]
[Cross-Origin audio should get upgraded even if CORS is set]
expected:
if (os == "linux") and debug and not fission: [TIMEOUT, PASS]
if (os == "win") and (processor == "x86"): PASS
if (os == "android") and debug: PASS
[PASS, TIMEOUT]
[Cross-Origin video should get upgraded even if CORS is set]
expected:
if (os == "android") and not debug: [PASS, TIMEOUT]