| Index: third_party/WebKit/LayoutTests/external/wpt/html/semantics/scripting-1/the-script-element/module/errorhandling-parseerror-root.html
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/html/semantics/scripting-1/the-script-element/module/errorhandling-parseerror-root.html b/third_party/WebKit/LayoutTests/external/wpt/html/semantics/scripting-1/the-script-element/module/errorhandling-parseerror-root.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..012f3e9b8c0e0958259891650fbd23e5aecd6630
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/html/semantics/scripting-1/the-script-element/module/errorhandling-parseerror-root.html
|
| @@ -0,0 +1,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>
|
|
|