Sign in
webkit
/
WebKit
/
6ac1ae7345a9a50f3760d4fdf5f8c6512c4a9901
/
.
/
LayoutTests
/
http
/
tests
/
notifications
/
resources
/
crash-on-navigation-iframe.html
blob: ac73571e6e2a14902f512ba7c223d25a57a27960 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<script>
new
Notification
(
"FOO"
);
setTimeout
(()
=>
{
location
.
reload
();
},
10
);
top
.
frameLoaded
();
</script>
</body>
</html>