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

Side by Side Diff: LayoutTests/crypto/aes-kw-generateKey-parseAlgorithm-failures-expected.txt

Issue 215153005: [refactor] Split up generateKey.html into multiple files, and test errors directly. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Re-upload with --similarity=20 Created 6 years, 9 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 | Annotate | Revision Log
OLDNEW
1 CONSOLE ERROR: Algorithm: AES-CBC: AesCbcParams: iv: Not an ArrayBufferView 1 CONSOLE ERROR: Algorithm: AES-KW: AesKeyGenParams: length: Missing required prop erty
2 CONSOLE ERROR: Algorithm: AES-CBC: AesCbcParams: iv: Missing required property 2 CONSOLE ERROR: Algorithm: AES-KW: AesKeyGenParams: length: Outside of numeric ra nge
3 CONSOLE ERROR: Algorithm: AES-CBC: AesCbcParams: iv: Not an ArrayBufferView 3 CONSOLE ERROR: Algorithm: AES-KW: AesKeyGenParams: length: Outside of numeric ra nge
4 CONSOLE ERROR: Algorithm: AES-CBC: AesCbcParams: iv: Must be 16 bytes 4 CONSOLE ERROR: Algorithm: AES-KW: AesKeyGenParams: length: Outside of numeric ra nge
5 Tests bad algorithm inputs for AES-CBC 5 Tests generateKey() with bad AES-KW parameters.
6 6
7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
8 8
9 9
10 PASS error is null 10 PASS error is null
11 PASS error is null 11 PASS error is null
12 PASS error is null 12 PASS error is null
13 PASS error is null 13 PASS error is null
14 PASS successfullyParsed is true 14 PASS successfullyParsed is true
15 15
16 TEST COMPLETE 16 TEST COMPLETE
17 17
OLDNEW
« no previous file with comments | « LayoutTests/crypto/aes-kw-generateKey-parseAlgorithm-failures.html ('k') | LayoutTests/crypto/generateKey.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698