mirror of
https://github.com/servo/servo.git
synced 2025-09-16 18:08:23 +01:00
Update web-platform-tests to revision f26f3ca338953d0c2e8b62c97623f0f0eea430be
This commit is contained in:
parent
62ff032130
commit
3033b05605
32 changed files with 636 additions and 132 deletions
|
@ -15,3 +15,9 @@ enum GyroscopeLocalCoordinateSystem { "device", "screen" };
|
|||
dictionary GyroscopeSensorOptions : SensorOptions {
|
||||
GyroscopeLocalCoordinateSystem referenceFrame = "device";
|
||||
};
|
||||
|
||||
dictionary GyroscopeReadingValues {
|
||||
required double? x;
|
||||
required double? y;
|
||||
required double? z;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue