Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/settimeout-active-script
/
.
/
js
/
behaviours
/
frame.html
blob: c06d1bf2b94cb41f145d6a70c25d1538286154de [
file
] [
edit
]
<!doctype html>
<html>
<head>
<script>
if
(
location
.
search
==
"?setdomain"
)
{
document
.
domain
=
document
.
domain
;
}
</script>
</head>
</html>