Sign in
chromium
/
codesearch
/
chromium
/
src
/
refs/tags/66.0.3359.41
/
.
/
third_party
/
WebKit
/
LayoutTests
/
external
/
wpt
/
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>