Bug 298683

Summary: [Navigation API] Going back to a cross-origin Document does not restore all of its back forward list
Product: WebKit Reporter: rupin
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

rupin
Reported 2025-09-10 14:10:05 PDT
Suppose we do the following navigations in the same frame: 1. google.com 2. google.com#1 3. google.com#2 4. webkit.org 5. go back Then we print navigation.entries(). It should contain all three entries (google.com, google.com#1, google.com#2). But it wrongly contains only the last one.
Attachments
Radar WebKit Bug Importer
Comment 1 2025-09-10 14:10:16 PDT
Note You need to log in before you can comment on or make changes to this bug.