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

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

Issue 2810013002: [Module] Add layout tests
Patch Set: Rebase Created 3 years, 7 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!doctype HTML>
2 <html>
3 <head>
4 <title>html-script-module-errored</title>
5 <script src="../../resources/testharness.js"></script>
6 <script src="../../resources/testharnessreport.js"></script>
7
8 <script type="module">
9 console.log("This is not executed");
10 </script>
11 <iframe src="error-for-inline-scripts-iframe.html"></iframe>
12 <script>
13 test(function() {}, "dummy");
14 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698