Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <script src="/js-test-resources/js-test.js"></script> | |
| 3 <script> | |
| 4 window.fail = false; | |
| 5 </script> | |
| 6 <base href="gopher:???:"></base> | |
| 7 <script src="http://127.0.0.1:8000/resources/slow-script.pl?delay=100"></script> | |
| 8 <!-- The resource should not be read, as the baseUrl is now set to empty from re ading invalid url --> | |
| 9 <script src="resources/fail.js"></script> | |
| 10 <script> | |
| 11 shouldBeFalse("internals.isPreloaded('resources/fail.js');"); | |
|
Yoav Weiss
2015/04/02 08:10:27
The script testing for isPreloaded should run inli
| |
| 12 shouldBeFalse('window.fail') | |
| 13 </script> | |
| OLD | NEW |