Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(261)

Side by Side Diff: chrome/test/data/prerender/prerender_prefetch_response_csp.html

Issue 2350813003: NoState Prefetch: CSP test (Closed)
Patch Set: comment/typo Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <html>
2 <!--
3 Check that we follow response header CSP restrictions when prefetching.
4 Only prerender_prefetch2.js should be fetched.
5 -->
6 <head>
7 <script src="prerender/prerender_prefetch.js"></script>
8 <script src="http://foo.bar/prerender/prerender_prefetch2.js"></script>
9 </head>
10 <body>
11 </body>
12 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698