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