| Index: third_party/WebKit/LayoutTests/external/wpt/html/semantics/scripting-1/the-script-element/module/errorhandling-parseerror-root.noinline.html
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/html/semantics/scripting-1/the-script-element/module/errorhandling-parseerror-root.noinline.html b/third_party/WebKit/LayoutTests/external/wpt/html/semantics/scripting-1/the-script-element/module/errorhandling-parseerror-root.noinline.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..fd3b2061090ca94c70924fc23a0faad1cedc37f9
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/html/semantics/scripting-1/the-script-element/module/errorhandling-parseerror-root.noinline.html
|
| @@ -0,0 +1,11 @@
|
| +<!doctype html>
|
| +<html>
|
| +<head>
|
| + <title>html-script-module-errorHandling-parseError-Root</title>
|
| + <script src="errorhandling-parseerror-common.js"></script>
|
| +</head>
|
| +<body>
|
| + <script type="module" src="errorhandling-parseerror-root.noinline.js">
|
| + </script>
|
| +</body>
|
| +</html>
|
|
|