summaryrefslogtreecommitdiffstats
path: root/LayoutTests/platform
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2010-04-29 18:17:38 +0100
committerSteve Block <steveblock@google.com>2010-05-11 14:42:14 +0100
commit8c053ec93ab9e7ff792eed9f0eb2fbc01155ad1d (patch)
tree17250b623dd79981f52e319cd2d50ea6aa4953ae /LayoutTests/platform
parent9144b4c4f25c0975b7c850720fb60adff1812d05 (diff)
downloadexternal_webkit-8c053ec93ab9e7ff792eed9f0eb2fbc01155ad1d.zip
external_webkit-8c053ec93ab9e7ff792eed9f0eb2fbc01155ad1d.tar.gz
external_webkit-8c053ec93ab9e7ff792eed9f0eb2fbc01155ad1d.tar.bz2
Merge webkit.org at r58033 : Update V8 expected result for storage LayoutTests
Note that some appcache tests will fail until the LayoutTest server is updated. Change-Id: I491b79529e837457a093aa76020676b76272b3f5
Diffstat (limited to 'LayoutTests/platform')
-rw-r--r--LayoutTests/platform/android-v8/storage/statement-error-callback-expected.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/LayoutTests/platform/android-v8/storage/statement-error-callback-expected.txt b/LayoutTests/platform/android-v8/storage/statement-error-callback-expected.txt
index 8d35ed9..4939acd 100644
--- a/LayoutTests/platform/android-v8/storage/statement-error-callback-expected.txt
+++ b/LayoutTests/platform/android-v8/storage/statement-error-callback-expected.txt
@@ -1,4 +1,4 @@
-CONSOLE MESSAGE: line 75: Uncaught Exception in statement error callback
+CONSOLE MESSAGE: line 67: Uncaught Exception in statement error callback
This test confirms that a transaction is immediately rolled back if and only if a statement's error callback throws an exception, returns true, or doesn't return any value.
PASS - the transaction error callback was invoked.
PASS - the transaction error callback was invoked.
@@ -6,6 +6,9 @@ PASS - the transaction error callback was invoked.
PASS - the transaction error callback was invoked.
PASS - the transaction error callback was invoked.
PASS - the transaction error callback was invoked.
-PASS - the transaction error callback was invoked.
+PASS - the transaction success callback was invoked.
+PASS - the transaction success callback was invoked.
+PASS - the transaction success callback was invoked.
+PASS - the transaction success callback was invoked.
Test Complete