Sign in
webkit
/
WebKit
/
f6013b2d8a67a21431419ad45d183d56cb11b105
/
.
/
LayoutTests
/
http
/
tests
/
security
/
xssAuditor
/
resources
/
echo-nested-dom-write-location.html
blob: f270489979275109b9882508581d287944bf4ce2 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<script>
document
.
write
(
"<script>document.write(unescape(window.location));</"
+
"script>"
);
</script>
</body>
</html>