| Index: LayoutTests/crypto/random-values-expected.txt
|
| diff --git a/LayoutTests/crypto/crypto-random-values-expected.txt b/LayoutTests/crypto/random-values-expected.txt
|
| similarity index 57%
|
| rename from LayoutTests/crypto/crypto-random-values-expected.txt
|
| rename to LayoutTests/crypto/random-values-expected.txt
|
| index d9fce8fa0e3031689aaf972655e4a43a0708ac70..b00120254db66d11f52fc22e4a8de6ba4fe5801d 100644
|
| --- a/LayoutTests/crypto/crypto-random-values-expected.txt
|
| +++ b/LayoutTests/crypto/random-values-expected.txt
|
| @@ -3,8 +3,9 @@ Tests 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 self.crypto.__proto__.hasOwnProperty('getRandomValues') is true
|
| PASS matchingBytes < 100 is true
|
| PASS successfullyParsed is true
|
|
|
|
|