Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(772)

Side by Side Diff: third_party/WebKit/LayoutTests/geolocation-api/maximum-age-expected.txt

Issue 2671933003: Move Geolocation out from fast/dom. (Closed)
Patch Set: . Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Tests that the PositionOptions.maximumAge parameter is correctly applied. 1 Tests that the PositionOptions.maximumAge parameter is correctly applied.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 6
7 PASS position.coords.latitude is mockLatitude 7 PASS position.coords.latitude is mockLatitude
8 PASS position.coords.longitude is mockLongitude 8 PASS position.coords.longitude is mockLongitude
9 PASS position.coords.accuracy is mockAccuracy 9 PASS position.coords.accuracy is mockAccuracy
10 10
(...skipping 16 matching lines...) Expand all
27 PASS position.coords.latitude is mockLatitude 27 PASS position.coords.latitude is mockLatitude
28 PASS position.coords.longitude is mockLongitude 28 PASS position.coords.longitude is mockLongitude
29 PASS position.coords.accuracy is mockAccuracy 29 PASS position.coords.accuracy is mockAccuracy
30 30
31 PASS error.code is error.POSITION_UNAVAILABLE 31 PASS error.code is error.POSITION_UNAVAILABLE
32 PASS error.message is mockMessage 32 PASS error.message is mockMessage
33 PASS successfullyParsed is true 33 PASS successfullyParsed is true
34 34
35 TEST COMPLETE 35 TEST COMPLETE
36 36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698