7 PASS event.value == Number.POSITIVE_INFINITY is true
8 PASS event.min == Number.NEGATIVE_INFINITY is true
9 PASS event.max == Number.POSITIVE_INFINITY is true
7FAIL event = document.createEvent('DeviceProximityEvent') threw exception NotSupportedError (DOM Exception 9): The operation is not supported.
8FAIL event.value == Number.POSITIVE_INFINITY should be true. Threw exception TypeError: undefined is not an object (evaluating 'event.value')
9FAIL event.min == Number.NEGATIVE_INFINITY should be true. Threw exception TypeError: undefined is not an object (evaluating 'event.min')
10FAIL event.max == Number.POSITIVE_INFINITY should be true. Threw exception TypeError: undefined is not an object (evaluating 'event.max')