Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /infrastructure/server/subdomain-flag.www.sub.window.html - WPT Dashboard Interop Dashboard
test(() => {
assert_equals(location.hostname, "{{domains[www]}}");
}, "Use of .www. file name flag implies www subdomain");
done();