summaryrefslogtreecommitdiffstats
path: root/LayoutTests/platform
diff options
context:
space:
mode:
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
+