| Index: LayoutTests/crypto/subtle/resources/random-values-types.js
|
| diff --git a/LayoutTests/crypto/resources/random-values-types.js b/LayoutTests/crypto/subtle/resources/random-values-types.js
|
| similarity index 96%
|
| rename from LayoutTests/crypto/resources/random-values-types.js
|
| rename to LayoutTests/crypto/subtle/resources/random-values-types.js
|
| index 4aa39873504505db478f4a163e91c85862e4fbea..ee39ed4f778b22676dfd187e4d40a73aac5c8cea 100644
|
| --- a/LayoutTests/crypto/resources/random-values-types.js
|
| +++ b/LayoutTests/crypto/subtle/resources/random-values-types.js
|
| @@ -1,5 +1,5 @@
|
| if (self.importScripts)
|
| - importScripts('../../resources/js-test.js');
|
| + importScripts('../../../resources/js-test.js');
|
|
|
| description("Tests which types are valid for crypto.randomValues.");
|
|
|
|
|