Bug 312206

Summary: [Site Isolation] fast/dom/window-load-crash.html is missing "Blocked access to external URL..." console message
Product: WebKit Reporter: Anthony Tarbinian <a.tarbinian>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Anthony Tarbinian
Reported 2026-04-13 16:32:51 PDT
With site isolation enabled, fast/dom/window-load-crash.html is missing "Blocked access to external URL..." console message when it tries to navigate a frame to an external URL which is normally blocked by WebKitTestRunner. Pre site-isolation, this code lives in InjectedBundlePage::willSendRequestForFrame. However since in site isolation, the jsContext of a RemoteFrame is null and we return early before this message gets logged. https://github.com/WebKit/WebKit/blob/98c50963bfa21c9427d6e06abfcbe9672a707541/Tools/WebKitTestRunner/InjectedBundle/InjectedBundlePage.cpp#L941
Attachments
Radar WebKit Bug Importer
Comment 1 2026-04-13 16:32:58 PDT
Anthony Tarbinian
Comment 2 2026-04-13 17:01:14 PDT
EWS
Comment 3 2026-04-23 03:44:47 PDT
Committed 311844@main (233543e905fb): <https://commits.webkit.org/311844@main> Reviewed commits have been landed. Closing PR #62679 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.