Source code

Revision control

Copy as Markdown

Other Tools

[service-worker.tentative.https.html]
disabled:
if product == "firefox_android": Service worker LNA tests unstable on Android - Bug 2042339
expected:
if (os == "linux") and debug: [TIMEOUT, OK]
if (os == "linux") and not debug: [OK, TIMEOUT]
[LNA Service Worker Public to Loopback WebTransport with permission]
disabled: LNA not yet enforced for WebTransport - Bug 2042527
[LNA Service Worker Public to Loopback WebTransport without permission]
disabled: LNA not yet enforced for WebTransport - Bug 2042527
[LNA Service Worker Public navigate to Loopback main frame without permission]
expected:
if (os == "linux") and debug: [NOTRUN, TIMEOUT, PASS]
if (os == "linux") and not debug: [PASS, TIMEOUT]
[LNA Service Worker Public navigate to Loopback in iframe with permission]
expected:
if (os == "linux") and debug: [NOTRUN, PASS]
if (os == "linux") and not debug: [PASS, NOTRUN]
[LNA Service Worker Public navigate to Loopback in iframe without permission]
expected:
if (os == "linux") and debug: [NOTRUN, PASS]
if (os == "linux") and not debug: [PASS, NOTRUN]
[LNA Service Worker Public to Loopback WebSocket without permission]
expected:
if debug and (os == "linux"): [NOTRUN, PASS, TIMEOUT]
[LNA Service Worker Public to Loopback WebSocket with permission]
expected:
if debug and (os == "linux"): [TIMEOUT, PASS, NOTRUN]