Sign in
webkit
/
WebKit
/
1ae32ffaa60e07410e8accdc0af3b31feaa74e3a
/
.
/
LayoutTests
/
imported
/
w3c
/
web-platform-tests
/
common
/
domain-setter.sub.html
blob: ad3b9f8b80847ff811aa8f3083dc9c5fcf221f05 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<meta
charset
=
"utf-8"
>
<title>
A page that will likely be same-origin-domain but not same-origin
</title>
<script>
"use strict"
;
document
.
domain
=
"{{host}}"
;
</script>