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