Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <head> | |
| 2 <script src="http://127.0.0.1:8000/resources/slow-script.pl?delay=100"></script> | |
| 3 <link rel="stylesheet" href="hello.css"> | |
| 4 <script src="hello.js"></script> | |
| 5 <script> | |
| 6 testPreload('hello.css', document.currentScript.ownerDocument); | |
| 7 testPreload('hello.js', document.currentScript.ownerDocument); | |
|
Yoav Weiss
2015/06/09 07:53:40
Again, testPreload should run before the resources
yoichio
2015/06/11 04:27:44
Done.
| |
| 8 </script> | |
| 9 </head> | |
| OLD | NEW |