mirror of
https://github.com/servo/servo.git
synced 2025-09-08 22:18:23 +01:00
Update web-platform-tests to revision d04c0d50dbbf7752c27957005a5a659701b781ad
This commit is contained in:
parent
ff58cb0a3f
commit
44c252aede
56 changed files with 1921 additions and 67 deletions
|
@ -1,6 +1,12 @@
|
|||
[Constructor(optional SensorOptions sensorOptions), SecureContext, Exposed=Window]
|
||||
[Constructor(optional GyroscopeSensorOptions sensorOptions), SecureContext, Exposed=Window]
|
||||
interface Gyroscope : Sensor {
|
||||
readonly attribute double? x;
|
||||
readonly attribute double? y;
|
||||
readonly attribute double? z;
|
||||
};
|
||||
|
||||
enum LocalCoordinateSystem { "device", "screen" };
|
||||
|
||||
dictionary GyroscopeSensorOptions : SensorOptions {
|
||||
LocalCoordinateSystem referenceFrame = "device";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue