[Webkit-unassigned] [Bug 263635] window.history.replaceState('', '', '') has no effect in Safari on macOS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 1 22:12:25 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=263635

--- Comment #4 from sideshowbarker <mike at w3.org> ---
Ideally what would be the most help is a WPT test that would be runnable under the WPT test harness.

You can find the existing such tests at https://github.com/web-platform-tests/wpt/tree/master/html/browsers/history/the-history-interface — for example, https://github.com/web-platform-tests/wpt/blob/master/html/browsers/history/the-history-interface/history_replacestate.html

And you can run those tests directly in any browser by going, for example, to http://wpt.live/html/browsers/history/the-history-interface/history_replacestate.html

So you might be able to just add a `window.history.replaceState('', '', '')` test (with an assert_equals or some other kind of assert_*) directly to a copy of the existing https://github.com/web-platform-tests/wpt/blob/master/html/browsers/history/the-history-interface/history_replacestate.html source

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20231102/c3fd6ddc/attachment.htm>


More information about the webkit-unassigned mailing list