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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/WebCryptoAPI/derive_bits_keys/test_ecdh_bits.https-expected.txt

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/derive_bits_keys/test_ecdh_bits.https-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/WebCryptoAPI/derive_bits_keys/test_ecdh_bits.https-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/WebCryptoAPI/derive_bits_keys/test_ecdh_bits.https-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..7ceb392e21cb77d9f356a313582f3812f0970175
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/external/wpt/WebCryptoAPI/derive_bits_keys/test_ecdh_bits.https-expected.txt
@@ -0,0 +1,45 @@
+This is a testharness.js-based test.
+PASS P-521 good parameters
+PASS P-521 mixed case parameters
+FAIL P-521 with null length assert_true: Derived correct bits expected true got false
+PASS P-521 short result
+PASS P-521 non-multiple of 8 bits
+PASS P-521 missing public curve
+PASS P-521 public property of algorithm is not a CryptoKey
+PASS P-521 mismatched curves
+PASS P-521 public property of algorithm is not an ECDSA public key
+PASS P-521 no deriveBits usage for base key
+PASS P-521 base key is not a private key
+PASS P-521 public property value is a private key
+PASS P-521 public property value is a secret key
+PASS P-521 asking for too many bits
+PASS P-256 good parameters
+PASS P-256 mixed case parameters
+FAIL P-256 with null length assert_true: Derived correct bits expected true got false
+PASS P-256 short result
+PASS P-256 non-multiple of 8 bits
+PASS P-256 missing public curve
+PASS P-256 public property of algorithm is not a CryptoKey
+PASS P-256 mismatched curves
+PASS P-256 public property of algorithm is not an ECDSA public key
+PASS P-256 no deriveBits usage for base key
+PASS P-256 base key is not a private key
+PASS P-256 public property value is a private key
+PASS P-256 public property value is a secret key
+PASS P-256 asking for too many bits
+PASS P-384 good parameters
+PASS P-384 mixed case parameters
+FAIL P-384 with null length assert_true: Derived correct bits expected true got false
+PASS P-384 short result
+PASS P-384 non-multiple of 8 bits
+PASS P-384 missing public curve
+PASS P-384 public property of algorithm is not a CryptoKey
+PASS P-384 mismatched curves
+PASS P-384 public property of algorithm is not an ECDSA public key
+PASS P-384 no deriveBits usage for base key
+PASS P-384 base key is not a private key
+PASS P-384 public property value is a private key
+PASS P-384 public property value is a secret key
+PASS P-384 asking for too many bits
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698