mirror of
https://github.com/servo/servo.git
synced 2025-08-16 10:55:34 +01:00
Update web-platform-tests to revision 83b0a62af874eaf20e9d97d2fb9e15e91f3d109f
This commit is contained in:
parent
95f9e14e67
commit
3f33c72bb4
193 changed files with 1605 additions and 458 deletions
|
@ -6,10 +6,10 @@ interface Accelerometer : Sensor {
|
|||
readonly attribute double? z;
|
||||
};
|
||||
|
||||
enum LocalCoordinateSystem { "device", "screen" };
|
||||
enum AccelerometerLocalCoordinateSystem { "device", "screen" };
|
||||
|
||||
dictionary AccelerometerSensorOptions : SensorOptions {
|
||||
LocalCoordinateSystem referenceFrame = "device";
|
||||
AccelerometerLocalCoordinateSystem referenceFrame = "device";
|
||||
};
|
||||
|
||||
[Constructor(optional AccelerometerSensorOptions options), SecureContext,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue