Chromium Code Reviews| OLD | NEW |
|---|---|
| (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> | |
| OLD | NEW |