| <html> | |
| <!-- | |
| Check that response header CSP restrictions are respected when prefetching this | |
| page. Only prefetch2.js should be fetched. | |
| --> | |
| <head> | |
| <script src="prerender/prefetch.js"></script> | |
| <script src="http://foo.bar:REPLACE_WITH_PORT/prerender/prefetch2.js"></script> | |
| </head> | |
| <body> | |
| </body> | |
| </html> |