1 Tests that the window.DeviceOrientationEvent and window.ondeviceorientation properties are present.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 FAIL typeof window.DeviceOrientationEvent == 'object' should be true. Was false.
7 FAIL typeof window.DeviceOrientationEvent == 'function' should be false. Was true.
8 PASS window.propertyIsEnumerable('DeviceOrientationEvent') is false
9 PASS 'DeviceOrientationEvent' in window is true
10 PASS window.hasOwnProperty('DeviceOrientationEvent') is true
11 PASS typeof window.ondeviceorientation == 'object' is true
12 PASS hasOnDeviceOrientationProperty() is true
13 PASS 'ondeviceorientation' in window is true
14 FAIL window.hasOwnProperty('ondeviceorientation') should be true. Was false.
15 PASS successfullyParsed is true