OLD | NEW |
1 This tests navigator.storageQuota.requestPersistentQuota. | 1 This tests navigator.storageQuota.requestPersistentQuota. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 * Requesting persistent quota. | 6 * Requesting persistent quota. |
| 7 PASS info.__proto__ is Object.prototype |
7 PASS usage is >= 0 | 8 PASS usage is >= 0 |
8 PASS grantedQuota is non-zero. | 9 PASS grantedQuota is non-zero. |
9 * Requesting persistent quota with missing argument. | 10 * 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 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. | 12 * Requesting persistent quota with negative value. |
| 13 PASS info.__proto__ is Object.prototype |
12 PASS usage is >= 0 | 14 PASS usage is >= 0 |
13 PASS grantedQuota is 0 | 15 PASS grantedQuota is 0 |
14 Finished running tests. | 16 Finished running tests. |
15 PASS successfullyParsed is true | 17 PASS successfullyParsed is true |
16 | 18 |
17 TEST COMPLETE | 19 TEST COMPLETE |
18 | 20 |
OLD | NEW |