--- /home/clopez/webkit/webkit/layout-test-results/proximity/window-property-expected.txt +++ /home/clopez/webkit/webkit/layout-test-results/proximity/window-property-actual.txt @@ -3,15 +3,15 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". -PASS typeof window.DeviceProximityEvent == 'object' is true +FAIL typeof window.DeviceProximityEvent == 'object' should be true. Was false. PASS typeof window.DeviceProximityEvent == 'function' is false PASS window.propertyIsEnumerable('DeviceProximityEvent') is false -PASS 'DeviceProximityEvent' in window is true -PASS window.hasOwnProperty('DeviceProximityEvent') is true -PASS typeof window.onwebkitdeviceproximity == 'object' is true -PASS hasOnDeviceProximityProperty() is true -PASS 'onwebkitdeviceproximity' in window is true -PASS window.hasOwnProperty('onwebkitdeviceproximity') is true +FAIL 'DeviceProximityEvent' in window should be true. Was false. +FAIL window.hasOwnProperty('DeviceProximityEvent') should be true. Was false. +FAIL typeof window.onwebkitdeviceproximity == 'object' should be true. Was false. +FAIL hasOnDeviceProximityProperty() should be true. Was false. +FAIL 'onwebkitdeviceproximity' in window should be true. Was false. +FAIL window.hasOwnProperty('onwebkitdeviceproximity') should be true. Was false. PASS successfullyParsed is true TEST COMPLETE