Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

// META: global=window,worker
// META: script=/fetch/metadata/resources/helper.js
// Site
promise_test(t => {
"site": "cross-site",
"user": "",
"mode": "cors",
"dest": "empty"
}, "Fetching a resource from the same origin, but spelled with a trailing dot.");
}, "Fetching a resource from the same origin, but spelled with a trailing dot.");
promise_test(t => {
"site": "cross-site",
"user": "",
"mode": "cors",
"dest": "empty"
}, "Fetching a resource from the same site, but spelled with a trailing dot.");
}, "Fetching a resource from the same site, but spelled with a trailing dot.");
promise_test(t => {
"site": "cross-site",
"user": "",
"mode": "cors",
"dest": "empty"
}, "Fetching a resource from a cross-site host, spelled with a trailing dot.");
}, "Fetching a resource from a cross-site host, spelled with a trailing dot.");