spec/fixtures/pages/webview-did-navigate-in-page-with-hash.html (
9
lines of code) (
raw
):
<html> <body> <script type="text/javascript"> onload = function() { window.location.hash = 'test'; } </script> </body> </html>