Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(414)

Side by Side Diff: LayoutTests/fast/workers/storage/sql-exception-codes-sync-expected.txt

Issue 417103002: Deprecate openDatabase and openDatabaseSync in workers. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 CONSOLE WARNING: 'openDatabaseSync' is deprecated. Please switch to Indexed Data base API.
1 Test that the correct exceptions are thrown in exceptional situations. 2 Test that the correct exceptions are thrown in exceptional situations.
2 LOG: Exception thrown in transaction callback. 3 LOG: Exception thrown in transaction callback.
3 PASS: expected and got error with message Exception thrown in transaction callba ck. 4 PASS: expected and got error with message Exception thrown in transaction callba ck.
4 LOG: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Could not prepare statement. 5 LOG: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Could not prepare statement.
5 PASS: expected and got error name SyntaxError 6 PASS: expected and got error name SyntaxError
6 LOG: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Number of '?'s in statement string (2) does not match the arguments provided (1). 7 LOG: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Number of '?'s in statement string (2) does not match the arguments provided (1).
7 PASS: expected and got error name SyntaxError 8 PASS: expected and got error name SyntaxError
8 LOG: Cannot call toString() on this object. 9 LOG: Cannot call toString() on this object.
9 PASS: expected and got error with message Cannot call toString() on this object. 10 PASS: expected and got error with message Cannot call toString() on this object.
10 LOG: QuotaExceededError: Failed to execute 'executeSql' on 'SQLTransactionSync': Quota was exceeded. 11 LOG: QuotaExceededError: Failed to execute 'executeSql' on 'SQLTransactionSync': Quota was exceeded.
11 PASS: expected and got error name QuotaExceededError 12 PASS: expected and got error name QuotaExceededError
12 PASS: Transaction was rolled back by SQLite as expected. 13 PASS: Transaction was rolled back by SQLite as expected.
13 LOG: VersionError: Failed to execute 'executeSql' on 'SQLTransactionSync': The a ctual database version did not match the expected version. 14 LOG: VersionError: Failed to execute 'executeSql' on 'SQLTransactionSync': The a ctual database version did not match the expected version.
14 PASS: expected and got error name VersionError 15 PASS: expected and got error name VersionError
15 16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698