summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/dom/DeviceOrientation/window-property-expected.txt
blob: 308ab7ac6d1fc24965dcbee74ee93213ec2827e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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