mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
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>
This commit is contained in:
parent
be38c5478f
commit
fcef1dff9d
50 changed files with 579 additions and 116 deletions
|
@ -1,7 +1,7 @@
|
|||
[serviceworker-partitioning.tentative.https.window.html]
|
||||
expected: CRASH
|
||||
expected: TIMEOUT
|
||||
[Anonymous iframes get partitioned service workers.]
|
||||
expected: FAIL
|
||||
|
||||
[credentialless iframes get partitioned service workers.]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -13,9 +13,5 @@
|
|||
|
||||
|
||||
[worker-cookies.tentative.https.window.html?worker=service_worker]
|
||||
expected: CRASH
|
||||
[Worker spawned from normal iframe can access global cookies]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Worker spawned from credentialless iframe can't access global cookies]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue