chromium/chrome/test/data/prerender/prefetch_meta_csp.html

<html>
<!--
Check that we follow meta tag CSP restrictions when prefetching. Only
prefetch2.js should be fetched.
-->
<head>
<meta http-equiv="Content-Security-Policy"
      content="script-src http://foo.bar:*">
<script src="prerender/prefetch.js"></script>
<script src="http://foo.bar:REPLACE_WITH_PORT/prerender/prefetch2.js"></script>
</head>
<body>
</body>
</html>