Tests that the window.DeviceProximityEvent and window.onwebkitdeviceproximity properties are present. On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". FAIL typeof window.DeviceProximityEvent == 'object' should be true. Was false. PASS typeof window.DeviceProximityEvent == 'function' is false PASS window.propertyIsEnumerable('DeviceProximityEvent') is false FAIL 'DeviceProximityEvent' in window should be true. Was false. FAIL window.hasOwnProperty('DeviceProximityEvent') should be true. Was false. FAIL typeof window.onwebkitdeviceproximity == 'object' should be true. Was false. FAIL hasOnDeviceProximityProperty() should be true. Was false. FAIL 'onwebkitdeviceproximity' in window should be true. Was false. FAIL window.hasOwnProperty('onwebkitdeviceproximity') should be true. Was false. PASS successfullyParsed is true TEST COMPLETE