blob: 308ab7ac6d1fc24965dcbee74ee93213ec2827e4 [file] [log] [blame]
Tests that the window.DeviceOrientationEvent and window.ondeviceorientation properties are present.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS typeof window.DeviceOrientationEvent == 'object' is true
PASS typeof window.DeviceOrientationEvent == 'function' is false
PASS hasDeviceOrientationEventProperty() is true
PASS 'DeviceOrientationEvent' in window is true
PASS window.hasOwnProperty('DeviceOrientationEvent') is true
PASS typeof window.ondeviceorientation == 'object' is true
PASS hasOnDeviceOrientationProperty() is true
PASS 'ondeviceorientation' in window is true
PASS window.hasOwnProperty('ondeviceorientation') is true
PASS successfullyParsed is true
TEST COMPLETE