Chromium Code Reviews| 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]"'); |
|
foolip
2017/04/11 14:09:53
"This change does not surface to the Web platform
mcasas
2017/04/11 16:22:16
Done updating CL description.
|
| shouldBe('position.coords.toString()', '"[object Coordinates]"'); |
| finishJSTest(); |
| }, function(e) { |