1 This tests navigator.storageQuota.requestPersistentQuota.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 * Requesting persistent quota.
8 PASS grantedQuota is non-zero.
9 * Requesting persistent quota with missing argument.
10 PASS rejected as expected: TypeError: Failed to execute 'requestPersistentQuota' on 'StorageQuota': 1 argument required, but only 0 present.
11 * Requesting persistent quota with negative value.
13 PASS grantedQuota is 0
14 Finished running tests.
15 PASS successfullyParsed is true