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