summaryrefslogtreecommitdiffstats
path: root/LayoutTests/platform
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2010-02-25 11:29:46 +0000
committerSteve Block <steveblock@google.com>2010-02-25 11:29:46 +0000
commit568bcffe288bca7975bf1012d552fc4e30afa684 (patch)
tree41c702e8f0240051c51bb7c66302ddcc6420b166 /LayoutTests/platform
parentcfb0617749a64f2e177386b030d46007b8c4b179 (diff)
downloadexternal_webkit-568bcffe288bca7975bf1012d552fc4e30afa684.zip
external_webkit-568bcffe288bca7975bf1012d552fc4e30afa684.tar.gz
external_webkit-568bcffe288bca7975bf1012d552fc4e30afa684.tar.bz2
Adds Android-specific result for a Geolocation LayoutTest that fails with V8
This is currently a false failure, as the only difference from the expected output is due to V8's different syntax when reporting an exception. Change-Id: If0107f730f4114f6968307a31841c9e6073dba1c
Diffstat (limited to 'LayoutTests/platform')
-rw-r--r--LayoutTests/platform/android-v8/fast/dom/Geolocation/callback-exception-expected.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/LayoutTests/platform/android-v8/fast/dom/Geolocation/callback-exception-expected.txt b/LayoutTests/platform/android-v8/fast/dom/Geolocation/callback-exception-expected.txt
new file mode 100644
index 0000000..0723716
--- /dev/null
+++ b/LayoutTests/platform/android-v8/fast/dom/Geolocation/callback-exception-expected.txt
@@ -0,0 +1,13 @@
+CONSOLE MESSAGE: line 22: Uncaught Error: Exception in success callback
+Tests that when an exception is thrown in the success callback, the error callback is not invoked. Note that this test throws an exception which is not caught.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS successfullyParsed is true
+PASS position.coords.latitude is mockLatitude
+PASS position.coords.longitude is mockLongitude
+PASS position.coords.accuracy is mockAccuracy
+
+TEST COMPLETE
+