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

Side by Side Diff: LayoutTests/fast/dom/Geolocation/timeout-over-max-of-unisgned-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
OLDNEW
1 Tests that when timeout is non-zero, the success callback is called as expected. 1 Tests that when timeout value is over maximum of unsigned, the success callback is called as expected.
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 PASS position.coords.latitude is mockLatitude 6 PASS position.coords.latitude is mockLatitude
7 PASS position.coords.longitude is mockLongitude 7 PASS position.coords.longitude is mockLongitude
8 PASS position.coords.accuracy is mockAccuracy 8 PASS position.coords.accuracy is mockAccuracy
9 PASS successfullyParsed is true 9 PASS successfullyParsed is true
10 10
11 TEST COMPLETE 11 TEST COMPLETE
12 12
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/Geolocation/timeout-over-max-of-unisgned.html ('k') | Source/bindings/v8/custom/V8GeolocationCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698