Do not access any object in the destructor and only delete animators in the destructor.
[framework/web/webkit-efl.git] / LayoutTests / security / crypto-random-values-types-expected.txt
1 Tests which types are valid for crypto.randomValues.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS 'crypto' in window is true
7 PASS 'getRandomValues' in window.crypto is true
8 PASS crypto.getRandomValues(new Uint8Array(3)) is undefined.
9 PASS crypto.getRandomValues(new Int8Array(3)) is undefined.
10 PASS crypto.getRandomValues(new Uint16Array(3)) is undefined.
11 PASS crypto.getRandomValues(new Int16Array(3)) is undefined.
12 PASS crypto.getRandomValues(new Uint32Array(3)) is undefined.
13 PASS crypto.getRandomValues(new Int32Array(3)) is undefined.
14 PASS crypto.getRandomValues(new Float32Array(3)) threw exception Error: TypeMismatchError: DOM Exception 17.
15 PASS successfullyParsed is true
16
17 TEST COMPLETE
18