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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/dom/script-module-load-incomplete-no-crash.html

Issue 2886593002: [ES6 modules] ModuleTreeLinker::Instantiate shouldn't proceed on invalid context (Closed)
Patch Set: 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 <title>Module script graph fetch in flight when document is destroyed shouldn't crash.</title>
hiroshige 2017/05/16 16:54:58 Could you add a comment that describes how this te
3 <script>
4 if (window.testRunner)
5 testRunner.dumpAsText();
6 </script>
7 <script type="module">
8 import { notfound } from "./404.js";
9 import { slow } from "./../../resources/slow-script.pl?delay=1000";
10 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698