chromium/third_party/blink/web_tests/crypto/subtle/rsa-oaep/plaintext-length-expected.txt

Test what happens when trying to encrypt a too large plain text with RSA-OAEP.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".

Importing RSA keys...
Encrypting a 214 byte buffer with RSA-OAEP SHA-1, 2048 bit key...
PASS Succeeded
Encrypting a 215 byte buffer...
error is: OperationError
PASS Rejected
PASS successfullyParsed is true

TEST COMPLETE