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

Side by Side Diff: LayoutTests/fast/dom/Window/window-properties-geolocation-expected.txt

Issue 401713005: Move all geofencing code into its own module separate from geolocation. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: update test expectations Created 6 years, 4 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 This test dumps all of the properties that are reachable from the window.clientI nformation.geolocation object, along with their types. 1 This test dumps all of the properties that are reachable from the window.clientI nformation.geolocation object, along with their types.
2 2
3 window.clientInformation.geolocation [object Geolocation] 3 window.clientInformation.geolocation [object Geolocation]
4 window.clientInformation.geolocation.clearWatch [function] 4 window.clientInformation.geolocation.clearWatch [function]
5 window.clientInformation.geolocation.getCurrentPosition [function] 5 window.clientInformation.geolocation.getCurrentPosition [function]
6 window.clientInformation.geolocation.getRegisteredRegions [function]
7 window.clientInformation.geolocation.registerRegion [function]
8 window.clientInformation.geolocation.unregisterRegion [function]
9 window.clientInformation.geolocation.watchPosition [function] 6 window.clientInformation.geolocation.watchPosition [function]
10 7
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698