[webtransport-document.https.sub.window.html]
expected:
if (os == "android") and debug: TIMEOUT
if (os == "android") and not debug: ERROR
[Same-origin WebTransport succeeds.]
expected:
if (os == "android") and debug: TIMEOUT
if (os == "android") and not debug: FAIL
[Cross-origin same-site WebTransport (www) is blocked.]
expected:
if (os == "android") and debug: NOTRUN
if (os == "android") and not debug: TIMEOUT
FAIL
[Cross-origin same-site WebTransport (www1) is blocked.]
expected:
if os == "android": NOTRUN
FAIL
[Cross-site WebTransport is blocked.]
expected:
if os == "android": NOTRUN
FAIL
[Cross-site WebTransport (www subdomain) is blocked.]
expected:
if os == "android": NOTRUN
FAIL