chromium/third_party/blink/web_tests/external/wpt/content-security-policy/generic/src-trailing-dot.sub.any.js

// META: global=window,worker

promise_test(t => {
    return fetch("{{location[scheme]}}://{{host}}.:{{location[port]}}"
        + "/content-security-policy/support/resource.py");
}, "Fetch from host with trailing dot should be allowed by CSP.");