5 testRunner
.dumpAsText();
7 <!-- populate cache with this script -->
8 <script src=resources/empty_script.js
></script>
11 Test that the tokenizer handles a case where:
<br>
13 <li>An external script is loaded to the cache.
14 <li>Another external script
16 <li>triggers a stylesheet load by adding a link element.
17 <li>document.writes a script tag that references the first script.
20 This should not crash.
21 <script src=resources/load-stylesheet-and-document-write-script.js
></script>