window-property-expected.txt revision 4e1f8b9c727ac820b633f6de547dc9afcd8da485
1Tests that the window.DeviceOrientationEvent and window.ondeviceorientation properties are present.
2
3On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6PASS typeof window.DeviceOrientationEvent == 'function' is true
7PASS hasDeviceOrientationEventProperty() is true
8PASS 'DeviceOrientationEvent' in window is true
9PASS window.hasOwnProperty('DeviceOrientationEvent') is true
10PASS typeof window.ondeviceorientation == 'object' is true
11PASS hasOnDeviceOrientationProperty() is true
12PASS 'ondeviceorientation' in window is true
13PASS window.hasOwnProperty('ondeviceorientation') is false
14PASS successfullyParsed is true
15
16TEST COMPLETE
17
18