| Index: LayoutTests/crypto/random-values-types-expected.txt
|
| diff --git a/LayoutTests/crypto/crypto-random-values-types-expected.txt b/LayoutTests/crypto/random-values-types-expected.txt
|
| similarity index 96%
|
| rename from LayoutTests/crypto/crypto-random-values-types-expected.txt
|
| rename to LayoutTests/crypto/random-values-types-expected.txt
|
| index 4213fd45a5100a742b1162c22574dd3f4c725ab3..6d599d55061a042718ca56d4388ea15e90ad406f 100644
|
| --- a/LayoutTests/crypto/crypto-random-values-types-expected.txt
|
| +++ b/LayoutTests/crypto/random-values-types-expected.txt
|
| @@ -3,8 +3,8 @@ Tests which types are valid for 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 random = crypto.getRandomValues(new Uint8Array(3)) is defined.
|
| PASS random is an instance of Uint8Array
|
| PASS view = new Uint8Array(3) is defined.
|
|
|