Sign in
webkit
/
WebKit
/
eed77a11249751f1b57a22699bda54381a2f6123
/
.
/
LayoutTests
/
http
/
tests
/
security
/
resources
/
xss-DENIED-window-open-parent-attacker.html
blob: bbcccbdf75753d4364304326e28dfd87f7d2b7a5 [
file
] [
log
] [
blame
]
<script>
internals
.
withUserGesture
(()
=>
{
open
(
"javascript:alert('failed')"
,
"_top"
);
parent
.
postMessage
(
""
,
"*"
);
});
</script>