Sign in
webkit
/
WebKit
/
69a7b74912bac36f8b22ecde7a51522c768c4c9c
/
.
/
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>