summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/scripting-1/the-script-element/module/errorhandling-parseerror-root.html
blob: 012f3e9b8c0e0958259891650fbd23e5aecd6630 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype html>
<html>
<head>
    <title>html-script-module-errorHandling-parseError-Root</title>
    <script src="errorhandling-parseerror-common.js"></script>
</head>
<body>
    <script type="module">

        // Parse error in a root module
        1A

    </script>
</body>
</html>