| Index: LayoutTests/fast/dom/DeviceMotion/window-property-expected.txt
|
| diff --git a/LayoutTests/fast/dom/DeviceMotion/window-property-expected.txt b/LayoutTests/fast/dom/DeviceMotion/window-property-expected.txt
|
| index ae1855aac5847a0f5b2e72722810ccd0a55fb64f..e5f14324457ff39c76a948409373858af9f84e0a 100644
|
| --- a/LayoutTests/fast/dom/DeviceMotion/window-property-expected.txt
|
| +++ b/LayoutTests/fast/dom/DeviceMotion/window-property-expected.txt
|
| @@ -4,13 +4,13 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
|
|
|
|
| FAIL typeof window.DeviceMotionEvent == 'object' should be true. Was false.
|
| -PASS typeof window.DeviceMotionEvent == 'function' is false
|
| +FAIL typeof window.DeviceMotionEvent == 'function' should be false. Was true.
|
| FAIL hasDeviceMotionEventProperty() should be true. Was false.
|
| -FAIL 'DeviceMotionEvent' in window should be true. Was false.
|
| -FAIL window.hasOwnProperty('DeviceMotionEvent') should be true. Was false.
|
| -FAIL typeof window.ondevicemotion == 'object' should be true. Was false.
|
| -FAIL hasOnDeviceMotionProperty() should be true. Was false.
|
| -FAIL 'ondevicemotion' in window should be true. Was false.
|
| +PASS 'DeviceMotionEvent' in window is true
|
| +PASS window.hasOwnProperty('DeviceMotionEvent') is true
|
| +PASS typeof window.ondevicemotion == 'object' is true
|
| +PASS hasOnDeviceMotionProperty() is true
|
| +PASS 'ondevicemotion' in window is true
|
| FAIL window.hasOwnProperty('ondevicemotion') should be true. Was false.
|
| PASS successfullyParsed is true
|
|
|
|
|