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