6 PASS 'onwebkitdeviceproximity' in window is true
7 PASS document.createEvent('DeviceProximityEvent') instanceof window.DeviceProximityEvent is true
8 PASS document.createEvent('DeviceProximityEvent') instanceof window.Event is true
9 PASS document.createEvent('DeviceProximityEvent').constructor === window.DeviceProximityEvent is true
6FAIL 'onwebkitdeviceproximity' in window should be true. Was false.
7FAIL document.createEvent('DeviceProximityEvent') instanceof window.DeviceProximityEvent should be true. Threw exception NotSupportedError (DOM Exception 9): The operation is not supported.
8FAIL document.createEvent('DeviceProximityEvent') instanceof window.Event should be true. Threw exception NotSupportedError (DOM Exception 9): The operation is not supported.
9FAIL document.createEvent('DeviceProximityEvent').constructor === window.DeviceProximityEvent should be true. Threw exception NotSupportedError (DOM Exception 9): The operation is not supported.