summaryrefslogtreecommitdiffstats
path: root/LayoutTests/platform/android-v8/fast/dom/Geolocation/callback-exception-expected.txt
blob: eece14ff284388f5649a9c0df49e828a5199c6bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 position.coords.latitude is mockLatitude
PASS position.coords.longitude is mockLongitude
PASS position.coords.accuracy is mockAccuracy
PASS successfullyParsed is true

TEST COMPLETE