blob: 26e7ff077e5898234150d1ee357604dfd7a0e9d7 [file] [log] [blame]
CONSOLE MESSAGE: line 9: 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