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
313262
[Site Isolation] http/tests/security/frameNavigation/not-opener.html has intentional log diff
https://bugs.webkit.org/show_bug.cgi?id=313262
Summary
[Site Isolation] http/tests/security/frameNavigation/not-opener.html has inte...
Anthony Tarbinian
Reported
2026-04-24 12:35:29 PDT
With site isolation enabled, http/tests/security/frameNavigation/not-opener.html has an intentional test difference between the output when run with site isolation disabled. See the following diff: @@ -1,3 +1,3 @@ -CONSOLE MESSAGE: Unsafe JavaScript attempt to initiate navigation for frame with URL '
http://127.0.0.1:8000/security/frameNavigation/resources/ready.html
' from frame with URL '
http://localhost:8000/security/frameNavigation/resources/not-opener-helper.html
'. The frame attempting navigation is neither same-origin with the target, nor is it the target's parent or opener. +CONSOLE MESSAGE: Unsafe JavaScript attempt to initiate navigation for frame with URL '
http://127.0.0.1:8000/
' from frame with URL '
http://localhost:8000/security/frameNavigation/resources/not-opener-helper.html
'. The frame attempting navigation is neither same-origin with the target, nor is it the target's parent or opener. This was an intentional difference caused by
https://commits.webkit.org/310093@main
since we don't want to allow a web process to access the full URL of a remote frame. Also see
https://commits.webkit.org/310523@main
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2026-04-24 12:35:37 PDT
<
rdar://problem/175533445
>
Anthony Tarbinian
Comment 2
2026-04-24 12:49:12 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/63548
EWS
Comment 3
2026-04-24 21:19:37 PDT
Committed
312005@main
(82c23c393f9b): <
https://commits.webkit.org/312005@main
> Reviewed commits have been landed. Closing PR #63548 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