chromium/third_party/blink/web_tests/external/wpt/html/semantics/scripting-1/the-script-element/module/errorhandling-parseerror-root.html

<!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>