1Tests that the window.DeviceMotionEvent and window.ondevicemotion properties are present. 2 3On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 4 5 6FAIL typeof window.DeviceMotionEvent == 'object' should be true. Was false. 7FAIL typeof window.DeviceMotionEvent == 'function' should be false. Was true. 8PASS hasDeviceMotionEventProperty() is true 9PASS 'DeviceMotionEvent' in window is true 10PASS window.hasOwnProperty('DeviceMotionEvent') is true 11PASS typeof window.ondevicemotion == 'object' is true 12PASS hasOnDeviceMotionProperty() is true 13PASS 'ondevicemotion' in window is true 14FAIL window.hasOwnProperty('ondevicemotion') should be true. Was false. 15PASS successfullyParsed is true 16 17TEST COMPLETE 18 19