repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
http
/
tests
/
security
/
resources
/
xss-DENIED-assign-location-host-attacker.html
blob
0cb5e6fbce0dcc06f866a28c5de74183cc327a68
1
<script>
2
var
victim
=
parent
;
3
4
victim
.
location
.
host
=
"localhost:8000/security/resources/xss-DENIED-assign-location-host-failure.html?"
;
5
</script>