diff options
author | Steve Block <steveblock@google.com> | 2010-08-27 15:25:09 +0100 |
---|---|---|
committer | Steve Block <steveblock@google.com> | 2010-08-27 15:27:36 +0100 |
commit | 7dbefbd5e0e191ea647b8af3581382d04a073fe5 (patch) | |
tree | 690f7d15a81d220b7b556f3b93eabb708a51fde4 | |
parent | 08c1068d9fd18289b9812c3d1fbcfccb8dfa3e60 (diff) | |
download | external_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
-rw-r--r-- | LayoutTests/storage/sql-error-codes-expected.txt | 11 |
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 + |