Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/error-for-inline-scripts.html

Issue 2810013002: [Module] Add layout tests
Patch Set: Rebase Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698