WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
312206
[Site Isolation] fast/dom/window-load-crash.html is missing "Blocked access to external URL..." console message
https://bugs.webkit.org/show_bug.cgi?id=312206
Summary
[Site Isolation] fast/dom/window-load-crash.html is missing "Blocked access t...
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2026-04-13 16:32:58 PDT
<
rdar://problem/174695731
>
Anthony Tarbinian
Comment 2
2026-04-13 17:01:14 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/62679
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.
Top of Page
Format For Printing
XML
Clone This Bug