✅ add tests to insure window.location.hash changes & window.history.replaceState cause 'did-navigate-in-page' to fire
This commit is contained in:
parent
26397d9155
commit
ce733e5927
3 changed files with 35 additions and 0 deletions
9
spec/fixtures/pages/webview-did-navigate-in-page-with-history.html
vendored
Normal file
9
spec/fixtures/pages/webview-did-navigate-in-page-with-history.html
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
<html>
|
||||
<body>
|
||||
<script type="text/javascript">
|
||||
onload = function() {
|
||||
window.history.replaceState('test', 'test', 'http://host/');
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue