servo/tests/wpt/meta/service-workers/service-worker/registration-script-module.https.html.ini
Josh Matthews fcef1dff9d
Fix null realm assertion when activating a service worker (#36256)
Ensure there is an active realm when dispatching the `activation` DOM
event to the ServiceWorker global.

Testing: Existing WPT coverage.
Fixes: #36114
Fixes: #36235
Fixes: #36231

Signed-off-by: Josh Matthews <josh@joshmatthews.net>
2025-04-01 08:13:02 +00:00

30 lines
752 B
INI
Vendored

[registration-script-module.https.html]
[Registering invalid chunked encoding script]
expected: FAIL
[Registering invalid chunked encoding script with flush]
expected: FAIL
[Registering script including parse error]
expected: FAIL
[Registering script including undefined error]
expected: FAIL
[Registering script including uncaught exception]
expected: FAIL
[Registering script with top-level await]
expected: FAIL
[Registering script with module instantiation error]
expected: FAIL
[Registering script with module instantiation error and top-level await]
expected: FAIL
[Registering non-existent script]
expected: FAIL
[Registering script including caught exception]
expected: FAIL