1CONSOLE MESSAGE: line 20: TypeError: internals.setDeviceProximity is not a function. (In 'internals.setDeviceProximity('webkitdeviceproximity', firedEvent.value, firedEvent.min, firedEvent.max)', 'internals.setDeviceProximity' is undefined)
12Tests the basic operation of DeviceProximity using the proximity.
23
34On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
45
56
6PASS deviceProximityEvent.value is firedEvent.value
7PASS deviceProximityEvent.min is firedEvent.min
8PASS deviceProximityEvent.max is firedEvent.max
9PASS successfullyParsed is true
7FAIL successfullyParsed should be true (of type boolean). Was undefined (of type undefined).