summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/scripting-1/the-script-element/json-module-assertions/crossorigin-import-parse-error-with-cors.sub.html
blob: 7d044f8579b5daf53b000f28a4938b44105a91da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<head>
    <title>json-module-assertions-import-cross-domain-parse-error-WithCORS</title>
    <script src="../module/crossorigin-common.js"></script>
</head>
<body>
    <h1>json-module-assertions-import-cross-domain-parse-error-WithCORS</h1>
    <script type="module" crossorigin>
        import json from "http://{{domains[www2]}}:{{ports[http][0]}}/html/semantics/scripting-1/the-script-element/json-module-assertions/parse-error.json?pipe=header(Access-Control-Allow-Origin,*)" assert { type: "json" };
        // Push an event to the log indicating that the script was executed.
        document._log.push(`imported JSON: ${json.answer}`);
    </script>
</body>
</html>