2 <script src=
"/js-test-resources/js-test.js"></script>
6 <base href=
"gopher:???:"></base>
7 <script src=
"http://127.0.0.1:8000/resources/slow-script.pl?delay=100"></script>
9 shouldBeFalse('internals.isPreloaded("resources/fail.js")')
11 <!-- The resource should not be read, as the baseUrl is now set to empty from reading invalid url -->
12 <script src=
"resources/fail.js"></script>
14 shouldBeFalse('window.fail')