Sign in
chromium
/
external
/
Webkit
/
master
/
.
/
LayoutTests
/
http
/
tests
/
security
/
resources
/
xss-DENIED-window-open-parent-attacker.html
blob: d85453b3c08e7c8fdab7d4362d5aecc7dafff899 [
file
]
<script>
open
(
"javascript:alert('failed')"
,
"_top"
);
parent
.
postMessage
(
""
,
"*"
);
</script>