Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/https-acid3
/
.
/
infrastructure
/
server
/
subdomain-flag.www.sub.window.js
blob: 9b4140340a416200d8b0362a68284f813f1e6c96 [
file
] [
log
] [
blame
] [
edit
]
test
(()
=>
{
assert_equals
(
location
.
hostname
,
"{{domains[www]}}"
);
},
"Use of .www. file name flag implies www subdomain"
);
done
();