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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/workers/storage/sql-exception-codes-sync-expected.txt
diff --git a/LayoutTests/fast/workers/storage/sql-exception-codes-sync-expected.txt b/LayoutTests/fast/workers/storage/sql-exception-codes-sync-expected.txt
deleted file mode 100644
index a5e846047f73060678ab115d48897952bc52a868..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/workers/storage/sql-exception-codes-sync-expected.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-CONSOLE WARNING: 'openDatabaseSync' is deprecated. Please switch to Indexed Database API.
-Test that the correct exceptions are thrown in exceptional situations.
-LOG: Exception thrown in transaction callback.
-PASS: expected and got error with message Exception thrown in transaction callback.
-LOG: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Could not prepare statement.
-PASS: expected and got error name SyntaxError
-LOG: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Number of '?'s in statement string (2) does not match the arguments provided (1).
-PASS: expected and got error name SyntaxError
-LOG: Cannot call toString() on this object.
-PASS: expected and got error with message Cannot call toString() on this object.
-LOG: QuotaExceededError: Failed to execute 'executeSql' on 'SQLTransactionSync': Quota was exceeded.
-PASS: expected and got error name QuotaExceededError
-PASS: Transaction was rolled back by SQLite as expected.
-LOG: VersionError: Failed to execute 'executeSql' on 'SQLTransactionSync': The actual database version did not match the expected version.
-PASS: expected and got error name VersionError
-
« 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