| Index: LayoutTests/imported/web-platform-tests/subresource-integrity/subresource-integrity.html
|
| diff --git a/LayoutTests/imported/web-platform-tests/subresource-integrity/subresource-integrity.html b/LayoutTests/imported/web-platform-tests/subresource-integrity/subresource-integrity.html
|
| index d957fab815f29b0ef09428ef61d507d3a7688cc8..59e67a4705843d40fdea6e27b04d3696f95de627 100644
|
| --- a/LayoutTests/imported/web-platform-tests/subresource-integrity/subresource-integrity.html
|
| +++ b/LayoutTests/imported/web-platform-tests/subresource-integrity/subresource-integrity.html
|
| @@ -148,20 +148,6 @@
|
| ).execute();
|
|
|
| new SRIScriptTest(
|
| - false,
|
| - "Resource with Refresh header",
|
| - "refresh-header.js",
|
| - "sha256-ieQAXii4cMmZFLxSRnxfZ1KSyzCjOb+N2rQ6OaVBWyM="
|
| - ).execute();
|
| -
|
| - new SRIScriptTest(
|
| - false,
|
| - "Resource with WWW-Authenticate header",
|
| - "www-authenticate-header.js",
|
| - "sha256-ztNCkGU1fBB5II5wihGTbFb9F2TIMaHldkbnMlp7G/M="
|
| - ).execute();
|
| -
|
| - new SRIScriptTest(
|
| true,
|
| "Same-origin script with correct hash, options.",
|
| "matching-digest.js",
|
| @@ -178,4 +164,4 @@
|
| </script>
|
| <!-- TODO check cache-poisoned resources, transfer-encoding, 3xx redirect
|
| to resource with matching hash, cross-origin leakage test as in sec5.3
|
| - and <link> tags -->
|
| + and <link> tags -->
|
|
|