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