Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <script src="../../resources/js-test.js"></script> | |
|
Yoav Weiss
2015/04/02 05:29:09
Can you add a DOCTYPE?
kouhei (in TOK)
2015/04/02 06:19:39
Done.
| |
| 2 <base href="gopher:???:"></base> | |
| 3 <script> | |
| 4 window.fail = false; | |
| 5 </script> | |
| 6 <!-- The resource should not be read, as the baseUrl is now set to empty from re ading invalid url --> | |
| 7 <script src="resources/fail.js"></script> | |
|
Yoav Weiss
2015/04/02 05:29:09
Did that fail before your change?
AFAIU you're jus
kouhei (in TOK)
2015/04/02 06:19:39
No.
| |
| 8 <script> | |
| 9 shouldBeFalse('window.fail') | |
| 10 </script> | |
| OLD | NEW |