Sign in
webkit
/
WebKit
/
431c47fbae9b6dec87c0dd4d3e46bfb763a4c9a3
/
.
/
LayoutTests
/
http
/
tests
/
security
/
resources
/
navigate-top-level-frame-to-failure-page-via-message-handler.html
blob: 0361f5b67a73e3ff44236c4b2307bb5c49b6a423 [
file
] [
log
] [
blame
]
<html>
<body>
<script>
onmessage
=
(
e
)
=>
{
top
.
location
=
"http://127.0.0.1:8000/security/resources/should-not-have-loaded.html"
;
}
</script>
</body>
</html>