summaryrefslogtreecommitdiffstats
path: root/LayoutTests
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2010-08-27 07:42:46 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-08-27 07:42:46 -0700
commit2025e3437c5fe9d1f9cc2e3e1f00c712ea23567d (patch)
tree63276a5068fd63d46db86bbb78881a3597368dea /LayoutTests
parent7a69d7c255012f3fcc4d9af040600eac1b2e5c56 (diff)
parent7dbefbd5e0e191ea647b8af3581382d04a073fe5 (diff)
downloadexternal_webkit-2025e3437c5fe9d1f9cc2e3e1f00c712ea23567d.zip
external_webkit-2025e3437c5fe9d1f9cc2e3e1f00c712ea23567d.tar.gz
external_webkit-2025e3437c5fe9d1f9cc2e3e1f00c712ea23567d.tar.bz2
Merge "Restore LayoutTests/storage/sql-error-codes-expected.txt"
Diffstat (limited to 'LayoutTests')
-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
+