electron/spec/fixtures/pages/webview-did-navigate-in-page-with-hash.html

10 lines
145 B
HTML
Raw Normal View History

<html>
<body>
<script type="text/javascript">
onload = function() {
window.location.hash = 'test';
}
</script>
</body>
</html>