| Index: LayoutTests/fast/dom/Window/window-properties-device-orientation-expected.txt
|
| diff --git a/LayoutTests/fast/dom/Window/window-properties-device-orientation-expected.txt b/LayoutTests/fast/dom/Window/window-properties-device-orientation-expected.txt
|
| index 8667a1feff59bf6a84347425d883eb941096dd84..4958aed9930b0a78d7f09cfd5306c60c2ebdc1fe 100644
|
| --- a/LayoutTests/fast/dom/Window/window-properties-device-orientation-expected.txt
|
| +++ b/LayoutTests/fast/dom/Window/window-properties-device-orientation-expected.txt
|
| @@ -1,7 +1,7 @@
|
| This test dumps all of the properties that are reachable from the window.DeviceMotionEvent window.ondevicemotion, window.DeviceOrientationEvent and window.ondeviceorientation objects, along with their types. These properties are currently enabled by a runtime flag.
|
|
|
| -window.DeviceMotionEvent [undefined]
|
| -window.ondevicemotion [undefined]
|
| +window.DeviceMotionEvent [function]
|
| +window.ondevicemotion [null]
|
| window.DeviceOrientationEvent [function]
|
| window.ondeviceorientation [null]
|
|
|
|
|