| Index: third_party/WebKit/LayoutTests/fast/dom/error-for-inline-scripts.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/error-for-inline-scripts.html b/third_party/WebKit/LayoutTests/fast/dom/error-for-inline-scripts.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..833e4781818173aa1def1cdc63634371e886d553
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/error-for-inline-scripts.html
|
| @@ -0,0 +1,14 @@
|
| +<!doctype HTML>
|
| +<html>
|
| +<head>
|
| + <title>html-script-module-errored</title>
|
| + <script src="../../resources/testharness.js"></script>
|
| + <script src="../../resources/testharnessreport.js"></script>
|
| +
|
| +<script type="module">
|
| +console.log("This is not executed");
|
| +</script>
|
| +<iframe src="error-for-inline-scripts-iframe.html"></iframe>
|
| +<script>
|
| +test(function() {}, "dummy");
|
| +</script>
|
|
|