/home/clopez/webkit/webkit/layout-test-results/proximity/check-event-deviceproximity-actual.txt

33On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
44
55
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.
1010PASS successfullyParsed is true
1111
1212TEST COMPLETE