Source code

Revision control

Copy as Markdown

Other Tools

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