summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/infrastructure/server/subdomain-flag.www.sub.window.js
blob: 9b4140340a416200d8b0362a68284f813f1e6c96 (plain)
1
2
3
4
5
test(() => {
  assert_equals(location.hostname, "{{domains[www]}}");
}, "Use of .www. file name flag implies www subdomain");

done();