GoogleChromeLabs / chromium-bidi

Implementation of WebDriver BiDi for Chromium
https://googlechromelabs.github.io/chromium-bidi/
Apache License 2.0
85 stars 28 forks source link

Emit `browsingContext.fragmentNavigated` event when traversing history #2376

Open sadym-chromium opened 5 days ago

sadym-chromium commented 5 days ago

When traversing history, the browsing context is not supposed to be loaded, but the fragment should navigated instead. test_traverse_history relies on the browsingContext.load, while it is not correct for normal URLs, not the data:text/html. TODO: