blob: e4e824d0d1bff5e159d29ef5fab6c5e31ff566de [file] [log] [blame]
CONSOLE WARNING: line 7: 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
Ensures that we get exceptions when we do not include required arguments for webkitStorageInfo methods.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS webkitStorageInfo.requestQuota() threw exception TypeError: Failed to execute 'requestQuota' on 'DeprecatedStorageInfo': 2 arguments required, but only 0 present..
PASS webkitStorageInfo.requestQuota(webkitStorageInfo.TEMPORARY) threw exception TypeError: Failed to execute 'requestQuota' on 'DeprecatedStorageInfo': 2 arguments required, but only 1 present..
PASS webkitStorageInfo.queryUsageAndQuota() threw exception TypeError: Failed to execute 'queryUsageAndQuota' on 'DeprecatedStorageInfo': 1 argument required, but only 0 present..
PASS successfullyParsed is true
TEST COMPLETE