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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/content-security-policy/inside-worker/shared-script.html

Issue 2765443003: CSP: Upstream worker tests to WPT repository. (Closed)
Patch Set: Created 3 years, 9 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 <!DOCTYPE html>
2 <script src="/resources/testharness.js"></script>
3 <script src="/resources/testharnessreport.js"></script>
4
5 <meta http-equiv="content-security-policy" content="script-src 'self' 'nonce-a' blob: filesystem:">
6 <script nonce="a">
7 // SharedWorker URLs do not inherit policy.
8 fetch_tests_from_worker(new SharedWorker("./support/script-src-allow.sub.js")) ;
9 fetch_tests_from_worker(new SharedWorker("./support/script-src-self.sub.js?pip e=sub|header(Content-Security-Policy,script-src 'self'"));
10 fetch_tests_from_worker(new SharedWorker("./support/script-src-self.sub.js?pip e=sub|header(Content-Security-Policy,default-src 'self'"));
11 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698