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

Side by Side 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, 7 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 unified diff | Download patch
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 PASS P-521 good parameters
3 PASS P-521 mixed case parameters
4 FAIL P-521 with null length assert_true: Derived correct bits expected true got false
5 PASS P-521 short result
6 PASS P-521 non-multiple of 8 bits
7 PASS P-521 missing public curve
8 PASS P-521 public property of algorithm is not a CryptoKey
9 PASS P-521 mismatched curves
10 PASS P-521 public property of algorithm is not an ECDSA public key
11 PASS P-521 no deriveBits usage for base key
12 PASS P-521 base key is not a private key
13 PASS P-521 public property value is a private key
14 PASS P-521 public property value is a secret key
15 PASS P-521 asking for too many bits
16 PASS P-256 good parameters
17 PASS P-256 mixed case parameters
18 FAIL P-256 with null length assert_true: Derived correct bits expected true got false
19 PASS P-256 short result
20 PASS P-256 non-multiple of 8 bits
21 PASS P-256 missing public curve
22 PASS P-256 public property of algorithm is not a CryptoKey
23 PASS P-256 mismatched curves
24 PASS P-256 public property of algorithm is not an ECDSA public key
25 PASS P-256 no deriveBits usage for base key
26 PASS P-256 base key is not a private key
27 PASS P-256 public property value is a private key
28 PASS P-256 public property value is a secret key
29 PASS P-256 asking for too many bits
30 PASS P-384 good parameters
31 PASS P-384 mixed case parameters
32 FAIL P-384 with null length assert_true: Derived correct bits expected true got false
33 PASS P-384 short result
34 PASS P-384 non-multiple of 8 bits
35 PASS P-384 missing public curve
36 PASS P-384 public property of algorithm is not a CryptoKey
37 PASS P-384 mismatched curves
38 PASS P-384 public property of algorithm is not an ECDSA public key
39 PASS P-384 no deriveBits usage for base key
40 PASS P-384 base key is not a private key
41 PASS P-384 public property value is a private key
42 PASS P-384 public property value is a secret key
43 PASS P-384 asking for too many bits
44 Harness: the test ran to completion.
45
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698