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 Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
rupin
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/160315844>