Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/https-acid3
/
.
/
html
/
browsers
/
windows
/
resources
/
document-domain-setter.html
blob: 3b142555713c43384cde1759287e3c05102f990d [
file
] [
edit
]
<!DOCTYPE html>
<meta
charset
=
"utf-8"
>
<title>
Helper page that sets document.domain
</title>
<script>
"use strict"
;
document
.
domain
=
document
.
domain
;
</script>