--- /home/clopez/webkit/webkit/layout-test-results/proximity/check-event-deviceproximity-expected.txt +++ /home/clopez/webkit/webkit/layout-test-results/proximity/check-event-deviceproximity-actual.txt @@ -3,10 +3,10 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". -PASS 'onwebkitdeviceproximity' in window is true -PASS document.createEvent('DeviceProximityEvent') instanceof window.DeviceProximityEvent is true -PASS document.createEvent('DeviceProximityEvent') instanceof window.Event is true -PASS document.createEvent('DeviceProximityEvent').constructor === window.DeviceProximityEvent is true +FAIL 'onwebkitdeviceproximity' in window should be true. Was false. +FAIL document.createEvent('DeviceProximityEvent') instanceof window.DeviceProximityEvent should be true. Threw exception NotSupportedError (DOM Exception 9): The operation is not supported. +FAIL document.createEvent('DeviceProximityEvent') instanceof window.Event should be true. Threw exception NotSupportedError (DOM Exception 9): The operation is not supported. +FAIL document.createEvent('DeviceProximityEvent').constructor === window.DeviceProximityEvent should be true. Threw exception NotSupportedError (DOM Exception 9): The operation is not supported. PASS successfullyParsed is true TEST COMPLETE