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

Side by Side Diff: LayoutTests/fast/dom/Geolocation/maximum-age-expected.txt

Issue 285673002: Change value type of timeout and maximumAge in PositionOptions (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 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
« no previous file with comments | « no previous file | LayoutTests/fast/dom/Geolocation/script-tests/maximum-age.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
11 PASS position.coords.latitude is mockLatitude 11 PASS position.coords.latitude is mockLatitude
12 PASS position.coords.longitude is mockLongitude 12 PASS position.coords.longitude is mockLongitude
13 PASS position.coords.accuracy is mockAccuracy 13 PASS position.coords.accuracy is mockAccuracy
14 14
15 PASS position.coords.latitude is mockLatitude 15 PASS position.coords.latitude is mockLatitude
16 PASS position.coords.longitude is mockLongitude 16 PASS position.coords.longitude is mockLongitude
17 PASS position.coords.accuracy is mockAccuracy 17 PASS position.coords.accuracy is mockAccuracy
18 18
19 PASS position.coords.latitude is mockLatitude
20 PASS position.coords.longitude is mockLongitude
21 PASS position.coords.accuracy is mockAccuracy
22
23 PASS position.coords.latitude is mockLatitude
24 PASS position.coords.longitude is mockLongitude
25 PASS position.coords.accuracy is mockAccuracy
26
27 PASS position.coords.latitude is mockLatitude
28 PASS position.coords.longitude is mockLongitude
29 PASS position.coords.accuracy is mockAccuracy
30
19 PASS error.code is error.POSITION_UNAVAILABLE 31 PASS error.code is error.POSITION_UNAVAILABLE
20 PASS error.message is mockMessage 32 PASS error.message is mockMessage
21 PASS successfullyParsed is true 33 PASS successfullyParsed is true
22 34
23 TEST COMPLETE 35 TEST COMPLETE
24 36
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/dom/Geolocation/script-tests/maximum-age.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698