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

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

Issue 561093003: Remove worker support of Web SQL Database. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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
(Empty)
1 CONSOLE WARNING: 'openDatabaseSync' is deprecated. Please switch to Indexed Data base API.
2 Test that the correct exceptions are thrown in exceptional situations.
3 LOG: Exception thrown in transaction callback.
4 PASS: expected and got error with message Exception thrown in transaction callba ck.
5 LOG: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Could not prepare statement.
6 PASS: expected and got error name SyntaxError
7 LOG: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Number of '?'s in statement string (2) does not match the arguments provided (1).
8 PASS: expected and got error name SyntaxError
9 LOG: Cannot call toString() on this object.
10 PASS: expected and got error with message Cannot call toString() on this object.
11 LOG: QuotaExceededError: Failed to execute 'executeSql' on 'SQLTransactionSync': Quota was exceeded.
12 PASS: expected and got error name QuotaExceededError
13 PASS: Transaction was rolled back by SQLite as expected.
14 LOG: VersionError: Failed to execute 'executeSql' on 'SQLTransactionSync': The a ctual database version did not match the expected version.
15 PASS: expected and got error name VersionError
16
OLDNEW
« no previous file with comments | « LayoutTests/fast/workers/storage/sql-exception-codes-sync.html ('k') | LayoutTests/fast/workers/storage/test-authorizer.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698