blob: 30637972f8ae301182ebb57da17d61ddcd1b5d19 [file] [log] [blame]
CONSOLE MESSAGE: Web SQL is deprecated. Please use IndexedDB instead.
Tests that it is possible to access SQLTransaction.constructor.prototype and that it is correct
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS transaction.__proto__ is SQLTransaction.prototype
PASS transaction.constructor is SQLTransaction
PASS transaction.constructor.prototype is SQLTransaction.prototype
PASS successfullyParsed is true
TEST COMPLETE