Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/external/wpt/content-security-policy/inside-worker/dedicated-inheritance.html |
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/inside-worker/dedicated-inheritance.html b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/inside-worker/dedicated-inheritance.html |
| index f50e440f49fd67d890119eff21ddc9ef3043995f..e89d02a1415fa8ce83f2cb6412a34f284bad626c 100644 |
| --- a/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/inside-worker/dedicated-inheritance.html |
| +++ b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/inside-worker/dedicated-inheritance.html |
| @@ -9,11 +9,12 @@ |
| // External URLs inherit policy. |
| fetch_tests_from_worker(new Worker("./support/connect-src-self.sub.js")); |
| +/* |
| fetch_tests_from_worker(new Worker("./support/connect-src-self.sub.js?pipe=sub|header(Content-Security-Policy,connect-src 'none')")); |
| fetch_tests_from_worker(new Worker("./support/connect-src-self.sub.js?pipe=sub|header(Content-Security-Policy,connect-src *)")); |
| fetch_tests_from_worker(new Worker("./support/connect-src-self.sub.js?pipe=sub|header(Content-Security-Policy,default-src 'none')")); |
| fetch_tests_from_worker(new Worker("./support/connect-src-self.sub.js?pipe=sub|header(Content-Security-Policy,default-src *)")); |
| - |
| +/* |
|
jeffcarp
2017/03/22 18:25:11
Was this left over for debugging? This is what's c
|
| fetch("./support/connect-src-self.sub.js") |
| .then(r => r.blob()) |
| .then(b => { |
| @@ -42,4 +43,6 @@ |
| done(); |
| } |
| }); |
| +*/ |
| + done(); |
| </script> |