Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <html> | |
| 2 <!-- | |
| 3 Check that we follow response header CSP restrictions when prefetching. | |
| 4 Only prefetch2.js should be fetched. | |
| 5 --> | |
| 6 <head> | |
| 7 <script src="prerender/prefetch.js"></script> | |
| 8 <script src="http://foo.bar/prerender/prefetch2.js"></script> | |
| 9 </head> | |
| 10 <body> | |
| 11 </body> | |
| 12 </html> | |
| OLD | NEW |