/home/clopez/webkit/webkit/layout-test-results/proximity/optional-event-properties-actual.txt

44
55
66event = document.createEvent('DeviceProximityEvent')
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')
1011PASS successfullyParsed is true
1112
1213TEST COMPLETE