Repro: https://github.com/mysticatea/webkit-test I have checked it on Webkit 14.1 on Windows 10 (by playwright) and on Safari 13.1.2 on macOS 10.13.6. In the repro, two pages exist: - index.html - iframe.html `location.assign("#bar")` in index.html is expected to change the URL to `index.html#bar`. However, in Webkit, it changed the URL to `iframe.html#bar`.
<rdar://problem/75832299>
I am unable to reproduce using - https://mysticatea.github.io/webkit-test/index.html It shoes `index.html#bar` and matches Chrome Canary 122.
(In reply to Ahmad Saleem from comment #2) > I am unable to reproduce using - > https://mysticatea.github.io/webkit-test/index.html > > It shoes `index.html#bar` and matches Chrome Canary 122. Using Safari 17.2.1