electron/spec/fixtures/pages/navigation-history-anchor-in-page.html
Michaela Laurencin 4812b4e6c2
fix: prevent title change for within page navigation (#45981)
* fix: prevent title change for on page navigation

* add back and forward testing

* update Chromium comment

* remove errant script tag
2025-03-14 12:10:23 +01:00

5 lines
72 B
HTML

<html>
<body>
<span id="next">This is content.</span>
</body>
</html>