From 914368530ba622ff0117cd34bec058fb0d862155 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Thu, 4 Feb 2021 19:41:06 +0000 Subject: Issue #439 - Remove web-platform tests from the tree. This removes a total of 23,936 files we would never use nor have the capacity to properly maintain or keep up-to-date. --- .../frame-ancestors/deep-allows-none.sub.html | 37 ------------------- ...termediate-reporting-frame-allows-self.sub.html | 21 ----------- ...te-reporting-frame-allows-self.sub.html.headers | 5 --- ...termediate-reporting-frame-allows-star.sub.html | 20 ----------- ...te-reporting-frame-allows-star.sub.html.headers | 5 --- .../multiple-frames-meta-ignored.sub.html | 41 ---------------------- .../multiple-frames-one-blocked.sub.html | 37 ------------------- .../multiple-frames-self-allowed.sub.html | 39 -------------------- .../nested-traversing-allowed.sub.html | 33 ----------------- .../nested-traversing-banned-top-is-self.sub.html | 35 ------------------ .../nested-traversing-banned.sub.html | 37 ------------------- .../reporting-frame-allows-none-meta.html | 23 ------------ .../reporting-frame-allows-none.html | 22 ------------ .../reporting-frame-allows-none.html.headers | 5 --- .../reporting-frame-allows-self.html | 22 ------------ .../reporting-frame-allows-self.html.headers | 5 --- .../single-frame-self-allowed.sub.html | 35 ------------------ 17 files changed, 422 deletions(-) delete mode 100644 testing/web-platform/tests/content-security-policy/frame-ancestors/deep-allows-none.sub.html delete mode 100644 testing/web-platform/tests/content-security-policy/frame-ancestors/intermediate-reporting-frame-allows-self.sub.html delete mode 100644 testing/web-platform/tests/content-security-policy/frame-ancestors/intermediate-reporting-frame-allows-self.sub.html.headers delete mode 100644 testing/web-platform/tests/content-security-policy/frame-ancestors/intermediate-reporting-frame-allows-star.sub.html delete mode 100644 testing/web-platform/tests/content-security-policy/frame-ancestors/intermediate-reporting-frame-allows-star.sub.html.headers delete mode 100644 testing/web-platform/tests/content-security-policy/frame-ancestors/multiple-frames-meta-ignored.sub.html delete mode 100644 testing/web-platform/tests/content-security-policy/frame-ancestors/multiple-frames-one-blocked.sub.html delete mode 100644 testing/web-platform/tests/content-security-policy/frame-ancestors/multiple-frames-self-allowed.sub.html delete mode 100644 testing/web-platform/tests/content-security-policy/frame-ancestors/nested-traversing-allowed.sub.html delete mode 100644 testing/web-platform/tests/content-security-policy/frame-ancestors/nested-traversing-banned-top-is-self.sub.html delete mode 100644 testing/web-platform/tests/content-security-policy/frame-ancestors/nested-traversing-banned.sub.html delete mode 100644 testing/web-platform/tests/content-security-policy/frame-ancestors/reporting-frame-allows-none-meta.html delete mode 100644 testing/web-platform/tests/content-security-policy/frame-ancestors/reporting-frame-allows-none.html delete mode 100644 testing/web-platform/tests/content-security-policy/frame-ancestors/reporting-frame-allows-none.html.headers delete mode 100644 testing/web-platform/tests/content-security-policy/frame-ancestors/reporting-frame-allows-self.html delete mode 100644 testing/web-platform/tests/content-security-policy/frame-ancestors/reporting-frame-allows-self.html.headers delete mode 100644 testing/web-platform/tests/content-security-policy/frame-ancestors/single-frame-self-allowed.sub.html (limited to 'testing/web-platform/tests/content-security-policy/frame-ancestors') diff --git a/testing/web-platform/tests/content-security-policy/frame-ancestors/deep-allows-none.sub.html b/testing/web-platform/tests/content-security-policy/frame-ancestors/deep-allows-none.sub.html deleted file mode 100644 index 1926007d3..000000000 --- a/testing/web-platform/tests/content-security-policy/frame-ancestors/deep-allows-none.sub.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - single-frame-self-allowed - - - - - - - - - -
- - diff --git a/testing/web-platform/tests/content-security-policy/frame-ancestors/intermediate-reporting-frame-allows-self.sub.html b/testing/web-platform/tests/content-security-policy/frame-ancestors/intermediate-reporting-frame-allows-self.sub.html deleted file mode 100644 index 6b9c91c93..000000000 --- a/testing/web-platform/tests/content-security-policy/frame-ancestors/intermediate-reporting-frame-allows-self.sub.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -

Reporting Frame...

- - - - \ No newline at end of file diff --git a/testing/web-platform/tests/content-security-policy/frame-ancestors/intermediate-reporting-frame-allows-self.sub.html.headers b/testing/web-platform/tests/content-security-policy/frame-ancestors/intermediate-reporting-frame-allows-self.sub.html.headers deleted file mode 100644 index f0eb936b3..000000000 --- a/testing/web-platform/tests/content-security-policy/frame-ancestors/intermediate-reporting-frame-allows-self.sub.html.headers +++ /dev/null @@ -1,5 +0,0 @@ -Expires: Mon, 26 Jul 1997 05:00:00 GMT -Cache-Control: no-store, no-cache, must-revalidate -Cache-Control: post-check=0, pre-check=0, false -Pragma: no-cache -Content-Security-Policy: frame-ancestors 'self' diff --git a/testing/web-platform/tests/content-security-policy/frame-ancestors/intermediate-reporting-frame-allows-star.sub.html b/testing/web-platform/tests/content-security-policy/frame-ancestors/intermediate-reporting-frame-allows-star.sub.html deleted file mode 100644 index d51e0d532..000000000 --- a/testing/web-platform/tests/content-security-policy/frame-ancestors/intermediate-reporting-frame-allows-star.sub.html +++ /dev/null @@ -1,20 +0,0 @@ - - - -

Reporting Frame...

- - - - \ No newline at end of file diff --git a/testing/web-platform/tests/content-security-policy/frame-ancestors/intermediate-reporting-frame-allows-star.sub.html.headers b/testing/web-platform/tests/content-security-policy/frame-ancestors/intermediate-reporting-frame-allows-star.sub.html.headers deleted file mode 100644 index 734aa227f..000000000 --- a/testing/web-platform/tests/content-security-policy/frame-ancestors/intermediate-reporting-frame-allows-star.sub.html.headers +++ /dev/null @@ -1,5 +0,0 @@ -Expires: Mon, 26 Jul 1997 05:00:00 GMT -Cache-Control: no-store, no-cache, must-revalidate -Cache-Control: post-check=0, pre-check=0, false -Pragma: no-cache -Content-Security-Policy: frame-ancestors * diff --git a/testing/web-platform/tests/content-security-policy/frame-ancestors/multiple-frames-meta-ignored.sub.html b/testing/web-platform/tests/content-security-policy/frame-ancestors/multiple-frames-meta-ignored.sub.html deleted file mode 100644 index 47bb0244b..000000000 --- a/testing/web-platform/tests/content-security-policy/frame-ancestors/multiple-frames-meta-ignored.sub.html +++ /dev/null @@ -1,41 +0,0 @@ - - - - multiple-frames-self-allowed - - - - - - - - - - -
- - diff --git a/testing/web-platform/tests/content-security-policy/frame-ancestors/multiple-frames-one-blocked.sub.html b/testing/web-platform/tests/content-security-policy/frame-ancestors/multiple-frames-one-blocked.sub.html deleted file mode 100644 index 3857a173c..000000000 --- a/testing/web-platform/tests/content-security-policy/frame-ancestors/multiple-frames-one-blocked.sub.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - multiple-frames-self-allowed - - - - - - - - - - -
- - diff --git a/testing/web-platform/tests/content-security-policy/frame-ancestors/multiple-frames-self-allowed.sub.html b/testing/web-platform/tests/content-security-policy/frame-ancestors/multiple-frames-self-allowed.sub.html deleted file mode 100644 index 485b6eb0f..000000000 --- a/testing/web-platform/tests/content-security-policy/frame-ancestors/multiple-frames-self-allowed.sub.html +++ /dev/null @@ -1,39 +0,0 @@ - - - - multiple-frames-self-allowed - - - - - - - - - - -
- - diff --git a/testing/web-platform/tests/content-security-policy/frame-ancestors/nested-traversing-allowed.sub.html b/testing/web-platform/tests/content-security-policy/frame-ancestors/nested-traversing-allowed.sub.html deleted file mode 100644 index a49049d13..000000000 --- a/testing/web-platform/tests/content-security-policy/frame-ancestors/nested-traversing-allowed.sub.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - single-frame-self-allowed - - - - - - - - - -
- - diff --git a/testing/web-platform/tests/content-security-policy/frame-ancestors/nested-traversing-banned-top-is-self.sub.html b/testing/web-platform/tests/content-security-policy/frame-ancestors/nested-traversing-banned-top-is-self.sub.html deleted file mode 100644 index ced262fd7..000000000 --- a/testing/web-platform/tests/content-security-policy/frame-ancestors/nested-traversing-banned-top-is-self.sub.html +++ /dev/null @@ -1,35 +0,0 @@ - - - - single-frame-self-allowed - - - - - - - - - -
- - diff --git a/testing/web-platform/tests/content-security-policy/frame-ancestors/nested-traversing-banned.sub.html b/testing/web-platform/tests/content-security-policy/frame-ancestors/nested-traversing-banned.sub.html deleted file mode 100644 index e58f0ba8d..000000000 --- a/testing/web-platform/tests/content-security-policy/frame-ancestors/nested-traversing-banned.sub.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - single-frame-self-allowed - - - - - - - - - -
- - diff --git a/testing/web-platform/tests/content-security-policy/frame-ancestors/reporting-frame-allows-none-meta.html b/testing/web-platform/tests/content-security-policy/frame-ancestors/reporting-frame-allows-none-meta.html deleted file mode 100644 index c0d079f01..000000000 --- a/testing/web-platform/tests/content-security-policy/frame-ancestors/reporting-frame-allows-none-meta.html +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - -

Reporting Frame...

- - - \ No newline at end of file diff --git a/testing/web-platform/tests/content-security-policy/frame-ancestors/reporting-frame-allows-none.html b/testing/web-platform/tests/content-security-policy/frame-ancestors/reporting-frame-allows-none.html deleted file mode 100644 index e38d99a6c..000000000 --- a/testing/web-platform/tests/content-security-policy/frame-ancestors/reporting-frame-allows-none.html +++ /dev/null @@ -1,22 +0,0 @@ - - - -

Reporting Frame...

- - - \ No newline at end of file diff --git a/testing/web-platform/tests/content-security-policy/frame-ancestors/reporting-frame-allows-none.html.headers b/testing/web-platform/tests/content-security-policy/frame-ancestors/reporting-frame-allows-none.html.headers deleted file mode 100644 index 18bfb8156..000000000 --- a/testing/web-platform/tests/content-security-policy/frame-ancestors/reporting-frame-allows-none.html.headers +++ /dev/null @@ -1,5 +0,0 @@ -Expires: Mon, 26 Jul 1997 05:00:00 GMT -Cache-Control: no-store, no-cache, must-revalidate -Cache-Control: post-check=0, pre-check=0, false -Pragma: no-cache -Content-Security-Policy: frame-ancestors 'none' diff --git a/testing/web-platform/tests/content-security-policy/frame-ancestors/reporting-frame-allows-self.html b/testing/web-platform/tests/content-security-policy/frame-ancestors/reporting-frame-allows-self.html deleted file mode 100644 index 7c1186e77..000000000 --- a/testing/web-platform/tests/content-security-policy/frame-ancestors/reporting-frame-allows-self.html +++ /dev/null @@ -1,22 +0,0 @@ - - - -

Reporting Frame...

- - - \ No newline at end of file diff --git a/testing/web-platform/tests/content-security-policy/frame-ancestors/reporting-frame-allows-self.html.headers b/testing/web-platform/tests/content-security-policy/frame-ancestors/reporting-frame-allows-self.html.headers deleted file mode 100644 index f0eb936b3..000000000 --- a/testing/web-platform/tests/content-security-policy/frame-ancestors/reporting-frame-allows-self.html.headers +++ /dev/null @@ -1,5 +0,0 @@ -Expires: Mon, 26 Jul 1997 05:00:00 GMT -Cache-Control: no-store, no-cache, must-revalidate -Cache-Control: post-check=0, pre-check=0, false -Pragma: no-cache -Content-Security-Policy: frame-ancestors 'self' diff --git a/testing/web-platform/tests/content-security-policy/frame-ancestors/single-frame-self-allowed.sub.html b/testing/web-platform/tests/content-security-policy/frame-ancestors/single-frame-self-allowed.sub.html deleted file mode 100644 index 3a9b4552e..000000000 --- a/testing/web-platform/tests/content-security-policy/frame-ancestors/single-frame-self-allowed.sub.html +++ /dev/null @@ -1,35 +0,0 @@ - - - - single-frame-self-allowed - - - - - - - - - -
- - -- cgit v1.2.3