NEW298683
[Navigation API] Going back to a cross-origin Document does not restore all of its back forward list
https://bugs.webkit.org/show_bug.cgi?id=298683
Summary [Navigation API] Going back to a cross-origin Document does not restore all o...
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.