Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / crypto / random-values-limits-expected.txt
blob72d8cc560ac3658d510a591d14ab5d9e53d36057
1 Tests the limits of crypto.randomValues.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS 'crypto' in self is true
7 PASS 'getRandomValues' in self.crypto is true
8 PASS crypto.getRandomValues(almostTooLargeArray) did not throw exception.
9 PASS crypto.getRandomValues(tooLargeArray) threw exception QuotaExceededError: Failed to execute 'getRandomValues' on 'Crypto': The ArrayBufferView's byte length (65537) exceeds the number of bytes of entropy available via this API (65536)..
10 PASS successfullyParsed is true
12 TEST COMPLETE