summaryrefslogtreecommitdiffstats
path: root/LayoutTests/storage
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2010-08-27 15:25:09 +0100
committerSteve Block <steveblock@google.com>2010-08-27 15:27:36 +0100
commit7dbefbd5e0e191ea647b8af3581382d04a073fe5 (patch)
tree690f7d15a81d220b7b556f3b93eabb708a51fde4 /LayoutTests/storage
parent08c1068d9fd18289b9812c3d1fbcfccb8dfa3e60 (diff)
downloadexternal_webkit-7dbefbd5e0e191ea647b8af3581382d04a073fe5.zip
external_webkit-7dbefbd5e0e191ea647b8af3581382d04a073fe5.tar.gz
external_webkit-7dbefbd5e0e191ea647b8af3581382d04a073fe5.tar.bz2
Restore LayoutTests/storage/sql-error-codes-expected.txt
This should have been added in the merge to WebKit r61871, but was accidentally removed when creating the Android V8-specific result. See https://android-git.corp.google.com/g/#change,56250 Change-Id: I48849d32f649009bcb935911558f2543eebb3d2f
Diffstat (limited to 'LayoutTests/storage')
-rw-r--r--LayoutTests/storage/sql-error-codes-expected.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/LayoutTests/storage/sql-error-codes-expected.txt b/LayoutTests/storage/sql-error-codes-expected.txt
new file mode 100644
index 0000000..1a9caa7
--- /dev/null
+++ b/LayoutTests/storage/sql-error-codes-expected.txt
@@ -0,0 +1,11 @@
+CONSOLE MESSAGE: line 0: Exception thrown in transaction callback.
+CONSOLE MESSAGE: line 0: Cannot call toString() on this object.
+This test tests the error codes reported in exceptional situations.
+PASS: expected and got error code UNKNOWN_ERR
+PASS: expected and got error code UNKNOWN_ERR
+PASS: expected and got error code SYNTAX_ERR
+PASS: expected and got error code SYNTAX_ERR
+PASS: expected and got error code UNKNOWN_ERR
+PASS: expected and got error code QUOTA_ERR
+PASS: expected and got error code VERSION_ERR
+