Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / storage / websql / transaction-error-callback-expected.txt
blob7191092dbc5f18715fbe24bd646b3c3725662f7d
1 CONSOLE ERROR: line 63: Uncaught #<Object>
2 CONSOLE ERROR: line 63: Uncaught #<Object>
3 This test confirms that SQLTransactionErrorCallback is invoked correctly and regardless of its output, the transaction is always rolled back on failure.
4 Testing transaction failing mid-way and error callback returning true : SUCCESS
5 Testing transaction failing mid-way and error callback return false : SUCCESS
6 Testing statement callback throwing exception and error callback returning true : SUCCESS
7 Testing statement callback throwing exception and error callback returning false : SUCCESS
8 All Tests are complete.