RESOLVED FIXED 272557
[Site Isolation] http/tests/navigation/page-cache-shared-worker.html crashes
https://bugs.webkit.org/show_bug.cgi?id=272557
Summary [Site Isolation] http/tests/navigation/page-cache-shared-worker.html crashes
Charlie Wolfe
Reported 2024-04-11 14:43:37 PDT
`topDocument()` will use the document of the root frame when site isolation is enabled, so we fail an allowsFirstPartyForCookies check in the network process. Use `Document::topOrigin()` instead.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-04-11 14:44:34 PDT
Charlie Wolfe
Comment 2 2024-04-11 14:45:22 PDT
EWS
Comment 3 2024-04-11 23:59:22 PDT
Committed 277418@main (b573c0f764bf): <https://commits.webkit.org/277418@main> Reviewed commits have been landed. Closing PR #27167 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.