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

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

Issue 2438593002: [NoStatePrefetch] Remove JS injection in tests (Closed)
Patch Set: PrefetchSimple: check the should-be-fetched resource is indeed fetched 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
« no previous file with comments | « chrome/test/data/prerender/prefetch_page2.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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>
OLDNEW
« no previous file with comments | « chrome/test/data/prerender/prefetch_page2.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698