fix: emit will-navigate for sandboxed contents (#22188)
This commit is contained in:
parent
8045152e59
commit
a25d7fa440
5 changed files with 187 additions and 104 deletions
2
spec/fixtures/pages/will-navigate.html
vendored
2
spec/fixtures/pages/will-navigate.html
vendored
|
@ -1,7 +1,7 @@
|
|||
<html>
|
||||
<body>
|
||||
<script type="text/javascript" charset="utf-8">
|
||||
location.reload();
|
||||
location.href += '?navigated'
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue