Chromium Code Reviews| Index: LayoutTests/crypto/resources/random-values-concurrent.js |
| diff --git a/LayoutTests/crypto/resources/random-values-concurrent.js b/LayoutTests/crypto/resources/random-values-concurrent.js |
| deleted file mode 100644 |
| index 71c07118eae3e4e059ab21de7371354b3ed93164..0000000000000000000000000000000000000000 |
| --- a/LayoutTests/crypto/resources/random-values-concurrent.js |
| +++ /dev/null |
| @@ -1,4 +0,0 @@ |
| -// Compute some random values and reply with it. |
| -var sample = new Uint8Array(100); |
| -crypto.getRandomValues(sample); |
| -self.postMessage(sample); |