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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/Geolocation/maximum-age-expected.txt
diff --git a/LayoutTests/fast/dom/Geolocation/maximum-age-expected.txt b/LayoutTests/fast/dom/Geolocation/maximum-age-expected.txt
index 388946697b3859174c4e2fe3cac50418f1cea535..60e4a37b8051dbece0d7f3f4286a3c63a974c4cb 100644
--- a/LayoutTests/fast/dom/Geolocation/maximum-age-expected.txt
+++ b/LayoutTests/fast/dom/Geolocation/maximum-age-expected.txt
@@ -16,6 +16,18 @@ PASS position.coords.latitude is mockLatitude
PASS position.coords.longitude is mockLongitude
PASS position.coords.accuracy is mockAccuracy
+PASS position.coords.latitude is mockLatitude
+PASS position.coords.longitude is mockLongitude
+PASS position.coords.accuracy is mockAccuracy
+
+PASS position.coords.latitude is mockLatitude
+PASS position.coords.longitude is mockLongitude
+PASS position.coords.accuracy is mockAccuracy
+
+PASS position.coords.latitude is mockLatitude
+PASS position.coords.longitude is mockLongitude
+PASS position.coords.accuracy is mockAccuracy
+
PASS error.code is error.POSITION_UNAVAILABLE
PASS error.message is mockMessage
PASS successfullyParsed is true
« 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