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

Unified Diff: third_party/WebKit/LayoutTests/geolocation-api/position-string.html

Issue 2816713004: Geolocation: rename Geoposition to Position to follow Spec (take 2) (Closed)
Patch Set: Created 3 years, 8 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 | third_party/WebKit/LayoutTests/geolocation-api/position-string-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/geolocation-api/position-string.html
diff --git a/third_party/WebKit/LayoutTests/geolocation-api/position-string.html b/third_party/WebKit/LayoutTests/geolocation-api/position-string.html
index d5298dfc08737f554cb62c9699b0f89d23241089..665d4f1a1b3636bb6ddc055faa896b2437f08fff 100644
--- a/third_party/WebKit/LayoutTests/geolocation-api/position-string.html
+++ b/third_party/WebKit/LayoutTests/geolocation-api/position-string.html
@@ -27,7 +27,7 @@ geolocationServiceMock.then(mock => {
shouldBe('position.coords.latitude', 'mockLatitude');
shouldBe('position.coords.longitude', 'mockLongitude');
shouldBe('position.coords.accuracy', 'mockAccuracy');
- shouldBe('position.toString()', '"[object Geoposition]"');
+ shouldBe('position.toString()', '"[object Position]"');
shouldBe('position.coords.toString()', '"[object Coordinates]"');
finishJSTest();
}, function(e) {
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/geolocation-api/position-string-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698