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

Unified Diff: LayoutTests/imported/web-platform-tests/subresource-integrity/subresource-integrity.html

Issue 1191043004: Import hr-time and user-timing tests, remove redundant webperf copies (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add idlharness result Created 5 years, 6 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 side-by-side diff with in-line comments
Download patch
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 -->

Powered by Google App Engine
This is Rietveld 408576698