From 652d8d1b48dfdc8bf388516d8764aa157a6c0b1e Mon Sep 17 00:00:00 2001 From: Christoph Kerschbaumer Date: Mon, 30 Oct 2017 18:46:51 +0100 Subject: [PATCH] Bug 1302667 - Update wpt tests for worker-src. r=dveditz,mckinley --- .../worker-src/dedicated-fallback.sub.html.ini | 8 -------- .../worker-src/service-fallback.https.sub.html.ini | 5 ----- .../worker-src/shared-fallback.sub.html.ini | 8 -------- 3 files changed, 21 deletions(-) delete mode 100644 testing/web-platform/meta/content-security-policy/worker-src/dedicated-fallback.sub.html.ini delete mode 100644 testing/web-platform/meta/content-security-policy/worker-src/service-fallback.https.sub.html.ini delete mode 100644 testing/web-platform/meta/content-security-policy/worker-src/shared-fallback.sub.html.ini diff --git a/testing/web-platform/meta/content-security-policy/worker-src/dedicated-fallback.sub.html.ini b/testing/web-platform/meta/content-security-policy/worker-src/dedicated-fallback.sub.html.ini deleted file mode 100644 index 914b4c62d2e0..000000000000 --- a/testing/web-platform/meta/content-security-policy/worker-src/dedicated-fallback.sub.html.ini +++ /dev/null @@ -1,8 +0,0 @@ -[dedicated-fallback.sub.html] - type: testharness - [Same-origin dedicated worker allowed by host-source expression.] - expected: FAIL - - [blob: dedicated worker allowed by 'blob:'.] - expected: FAIL - diff --git a/testing/web-platform/meta/content-security-policy/worker-src/service-fallback.https.sub.html.ini b/testing/web-platform/meta/content-security-policy/worker-src/service-fallback.https.sub.html.ini deleted file mode 100644 index 91d273c8f225..000000000000 --- a/testing/web-platform/meta/content-security-policy/worker-src/service-fallback.https.sub.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[service-fallback.https.sub.html] - type: testharness - [Same-origin service worker allowed by host-source expression.] - expected: FAIL - diff --git a/testing/web-platform/meta/content-security-policy/worker-src/shared-fallback.sub.html.ini b/testing/web-platform/meta/content-security-policy/worker-src/shared-fallback.sub.html.ini deleted file mode 100644 index ae12e587df68..000000000000 --- a/testing/web-platform/meta/content-security-policy/worker-src/shared-fallback.sub.html.ini +++ /dev/null @@ -1,8 +0,0 @@ -[shared-fallback.sub.html] - type: testharness - [Same-origin dedicated worker allowed by 'self'.] - expected: FAIL - - [blob: dedicated worker allowed by 'blob:'.] - expected: FAIL -