Bug 1523562 [wpt PR 15125] - Update interfaces/geolocation-sensor.idl, a=testonly

Automatic update from web-platform-tests
Update interfaces/geolocation-sensor.idl (#15125)

Source: https://github.com/tidoust/reffy-reports/blob/2cf7db1/whatwg/idl/geolocation-sensor.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/485766725
--

wpt-commits: 8e55cc9d15c76d41a64fce62a9e631d3b71f0f5c
wpt-pr: 15125
This commit is contained in:
autofoolip 2019-02-01 13:41:24 +00:00 коммит произвёл James Graham
Родитель fbc106c516
Коммит 3be57d07d3
1 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -33,3 +33,13 @@ dictionary GeolocationSensorReading {
double? heading;
double? speed;
};
dictionary GeolocationReadingValues {
required double? latitude;
required double? longitude;
required double? altitude;
required double? accuracy;
required double? altitudeAccuracy;
required double? heading;
required double? speed;
};