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

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

Issue 206483010: [webcrypto] Refactor some layout tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 Tests that <style scoped> is correctly applied after DOM operations, i.e. insert Before, appendChild, and removeChild. 1 CONSOLE ERROR: Algorithm: AES-GCM: AesGcmParams: iv: Missing required property
2 CONSOLE ERROR: Algorithm: AES-GCM: AesGcmParams: iv: Not an ArrayBufferView
3 CONSOLE ERROR: Algorithm: AES-GCM: AesGcmParams: iv: Not an ArrayBufferView
4 CONSOLE ERROR: Algorithm: AES-GCM: AesGcmParams: additionalData: Not an ArrayBuf ferView
5 CONSOLE ERROR: Algorithm: AES-GCM: AesGcmParams: tagLength: Is not a number
6 CONSOLE ERROR: Algorithm: AES-GCM: AesGcmParams: tagLength: Outside of numeric r ange
7 CONSOLE ERROR: Algorithm: AES-GCM: AesGcmParams: tagLength: Outside of numeric r ange
8 Tests bad algorithm inputs for AES-GCM
2 9
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 10 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 11
5 12
6 Insert a new scoped style before an existing scoped style. 13 PASS error is null
7 PASS window.getComputedStyle(target).backgroundColor is "rgb(255, 0, 0)" 14 PASS error is null
8 Move an inserted scoped style after an existing scoped style. 15 PASS error is null
9 PASS window.getComputedStyle(target).backgroundColor is "rgb(0, 0, 255)" 16 PASS error is null
10 Move an inserted scoped style into grandparent of an existing scoped style. 17 PASS error is null
11 PASS window.getComputedStyle(target).backgroundColor is "rgb(255, 0, 0)" 18 PASS error is null
12 Remove an inserted scoped style. 19 PASS error is null
13 PASS window.getComputedStyle(target).backgroundColor is "rgb(255, 0, 0)"
14 Remove an existing scoped style.
15 PASS window.getComputedStyle(target).backgroundColor is "rgb(0, 128, 0)"
16 PASS successfullyParsed is true 20 PASS successfullyParsed is true
17 21
18 TEST COMPLETE 22 TEST COMPLETE
19 Hello, World! 23
OLDNEW
« no previous file with comments | « LayoutTests/crypto/aes-gcm-parseAlgorithm-failures.html ('k') | LayoutTests/crypto/aes-key-algorithm-mismatch.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698