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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/WebCryptoAPI/generateKey/test_successes_RSA-OAEP.https.html

Issue 2838603002: Added [SecureContext] to the subtle attribute (Closed)
Patch Set: Magic test starts doing differnt things out of the blue. Need to handle this properly. Avada Kedavr… Created 3 years, 8 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: third_party/WebKit/LayoutTests/external/wpt/WebCryptoAPI/generateKey/test_successes_RSA-OAEP.https.html
diff --git a/third_party/WebKit/LayoutTests/external/wpt/WebCryptoAPI/generateKey/test_successes.html b/third_party/WebKit/LayoutTests/external/wpt/WebCryptoAPI/generateKey/test_successes_RSA-OAEP.https.html
similarity index 96%
rename from third_party/WebKit/LayoutTests/external/wpt/WebCryptoAPI/generateKey/test_successes.html
rename to third_party/WebKit/LayoutTests/external/wpt/WebCryptoAPI/generateKey/test_successes_RSA-OAEP.https.html
index 384db1cd1987b16a6183c6ce4ccecdd463b1641f..48136260390ac14ff91d59cfb394421a8e26bb72 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/WebCryptoAPI/generateKey/test_successes.html
+++ b/third_party/WebKit/LayoutTests/external/wpt/WebCryptoAPI/generateKey/test_successes_RSA-OAEP.https.html
@@ -19,5 +19,5 @@
<div id="log"></div>
<script>
-run_test();
+run_test(["RSA-OAEP"], true);
</script>

Powered by Google App Engine
This is Rietveld 408576698