Sign in
webkit
/
WebKit
/
5bd663b95d2fa0048c9b51d7e90d3c09992ceb28
/
.
/
LayoutTests
/
http
/
tests
/
security
/
resources
/
xss-DENIED-assign-location-protocol-attacker.html
blob: a80c340b8fee5a5c43a1d49f1b1388ed3f82e864 [
file
] [
log
] [
blame
]
<script>
var
victim
=
parent
;
victim
.
location
.
protocol
=
"http://localhost:8000/security/resources/xss-DENIED-assign-location-protocol-failure.html?"
;
</script>