| OLD | NEW |
| 1 This test dumps all of the properties that are reachable from the window.DeviceM
otionEvent window.ondevicemotion, window.DeviceOrientationEvent and window.ondev
iceorientation objects, along with their types. These properties are currently g
uarded by ENABLE_DEVICE_ORIENTATION. | 1 This test dumps all of the properties that are reachable from the window.DeviceM
otionEvent window.ondevicemotion, window.DeviceOrientationEvent and window.ondev
iceorientation objects, along with their types. These properties are currently g
uarded by ENABLE_DEVICE_ORIENTATION. |
| 2 | 2 |
| 3 window.DeviceMotionEvent [undefined] | 3 window.DeviceMotionEvent [function] |
| 4 window.ondevicemotion [undefined] | 4 window.ondevicemotion [undefined] |
| 5 window.DeviceOrientationEvent [function] | 5 window.DeviceOrientationEvent [function] |
| 6 window.ondeviceorientation [null] | 6 window.ondeviceorientation [null] |
| 7 | 7 |
| OLD | NEW |