| Index: LayoutTests/crypto/random-values-limits-expected.txt
|
| diff --git a/LayoutTests/crypto/crypto-random-values-limits-expected.txt b/LayoutTests/crypto/random-values-limits-expected.txt
|
| similarity index 81%
|
| rename from LayoutTests/crypto/crypto-random-values-limits-expected.txt
|
| rename to LayoutTests/crypto/random-values-limits-expected.txt
|
| index 34b4d168bb8aab06901bdcb03458199dca6fdf7e..7b82cae0434b57bcf502c3645a4d5d71762c4eaa 100644
|
| --- a/LayoutTests/crypto/crypto-random-values-limits-expected.txt
|
| +++ b/LayoutTests/crypto/random-values-limits-expected.txt
|
| @@ -3,8 +3,8 @@ Tests the limits of crypto.randomValues.
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS 'crypto' in window is true
|
| -PASS 'getRandomValues' in window.crypto is true
|
| +PASS 'crypto' in self is true
|
| +PASS 'getRandomValues' in self.crypto is true
|
| PASS crypto.getRandomValues(almostTooLargeArray) did not throw exception.
|
| PASS crypto.getRandomValues(tooLargeArray) threw exception Error: QuotaExceededError: DOM Exception 22.
|
| PASS successfullyParsed is true
|
|
|