| Index: third_party/WebKit/LayoutTests/sensor/absolute-orientation-sensor.html
|
| diff --git a/third_party/WebKit/LayoutTests/sensor/absolute-orientation-sensor.html b/third_party/WebKit/LayoutTests/sensor/absolute-orientation-sensor.html
|
| index 90065cffdcbd2c0bd78a7e894b112b4e7876416e..8e563b657e31b20994aa7e63a6c425b1c22168e4 100644
|
| --- a/third_party/WebKit/LayoutTests/sensor/absolute-orientation-sensor.html
|
| +++ b/third_party/WebKit/LayoutTests/sensor/absolute-orientation-sensor.html
|
| @@ -11,7 +11,7 @@
|
| if (!window.testRunner)
|
| debug('This test cannot be run without the TestRunner');
|
|
|
| -const kQuaternion = [0, 1, 0, 0]; // 180 degrees around X axis.
|
| +const kQuaternion = [1, 0, 0, 0]; // 180 degrees around X axis.
|
| const kRotationMatrix = [1, 0, 0, 0,
|
| 0, -1, 0, 0,
|
| 0, 0, -1, 0,
|
|
|