| OLD | NEW |
| 1 This tests navigator.storageQuota.queryInfo. | 1 This tests navigator.storageQuota.queryInfo. |
| 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 * Querying about temporary storage. | 6 * Querying about temporary storage. |
| 7 PASS info.__proto__ is Object.prototype |
| 7 PASS usage is >= 0 | 8 PASS usage is >= 0 |
| 8 PASS quota is >= usage | 9 PASS quota is >= usage |
| 9 * Querying about persistent storage. | 10 * Querying about persistent storage. |
| 11 PASS info.__proto__ is Object.prototype |
| 10 PASS usage is >= 0 | 12 PASS usage is >= 0 |
| 11 PASS quota is >= usage | 13 PASS quota is >= usage |
| 12 * Querying about unknown storage. | 14 * Querying about unknown storage. |
| 13 PASS rejected as expected: TypeError: Failed to execute 'queryInfo' on 'StorageQ
uota': The provided value 'unknown' is not a valid enum value of type StorageTyp
e. | 15 PASS rejected as expected: TypeError: Failed to execute 'queryInfo' on 'StorageQ
uota': The provided value 'unknown' is not a valid enum value of type StorageTyp
e. |
| 14 * Querying with missing storage type. | 16 * Querying with missing storage type. |
| 15 PASS rejected as expected: TypeError: Failed to execute 'queryInfo' on 'StorageQ
uota': 1 argument required, but only 0 present. | 17 PASS rejected as expected: TypeError: Failed to execute 'queryInfo' on 'StorageQ
uota': 1 argument required, but only 0 present. |
| 16 Finished running tests. | 18 Finished running tests. |
| 17 PASS successfullyParsed is true | 19 PASS successfullyParsed is true |
| 18 | 20 |
| 19 TEST COMPLETE | 21 TEST COMPLETE |
| 20 | 22 |
| OLD | NEW |