--- /home/clopez/webkit/webkit/layout-test-results/proximity/optional-event-properties-expected.txt +++ /home/clopez/webkit/webkit/layout-test-results/proximity/optional-event-properties-actual.txt @@ -4,9 +4,10 @@ event = document.createEvent('DeviceProximityEvent') -PASS event.value == Number.POSITIVE_INFINITY is true -PASS event.min == Number.NEGATIVE_INFINITY is true -PASS event.max == Number.POSITIVE_INFINITY is true +FAIL event = document.createEvent('DeviceProximityEvent') threw exception NotSupportedError (DOM Exception 9): The operation is not supported. +FAIL event.value == Number.POSITIVE_INFINITY should be true. Threw exception TypeError: undefined is not an object (evaluating 'event.value') +FAIL event.min == Number.NEGATIVE_INFINITY should be true. Threw exception TypeError: undefined is not an object (evaluating 'event.min') +FAIL event.max == Number.POSITIVE_INFINITY should be true. Threw exception TypeError: undefined is not an object (evaluating 'event.max') PASS successfullyParsed is true TEST COMPLETE