Sign in
webkit
/
WebKit
/
897c8e252a4a2dd858017139be422cb6359cd9d7
/
.
/
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>