Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / Geolocation / reentrant-success-expected.txt
blobd85f1611bb0c8c793fd2dee9d359a387332cb0f5
1 Tests that reentrant calls to Geolocation methods from the success callback are OK.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS position.coords.latitude is mockLatitude
7 PASS position.coords.longitude is mockLongitude
8 PASS position.coords.accuracy is mockAccuracy
10 PASS position.coords.latitude is mockLatitude
11 PASS position.coords.longitude is mockLongitude
12 PASS position.coords.accuracy is mockAccuracy
13 PASS successfullyParsed is true
15 TEST COMPLETE