spec/fixtures/pages/webview-did-navigate-in-page-with-history.html (9 lines of code) (raw):

<html> <body> <script type="text/javascript"> onload = function() { window.history.replaceState('test', 'test', 'http://host/'); } </script> </body> </html>