--- /home/clopez/webkit/webkit/layout-test-results/proximity/create-event-expected.txt +++ /home/clopez/webkit/webkit/layout-test-results/proximity/create-event-actual.txt @@ -1,22 +1,10 @@ +CONSOLE MESSAGE: line 9: NotSupportedError (DOM Exception 9): The operation is not supported. Tests that document.createEvent() works with DeviceProximityEvent. On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". -PASS typeof event == 'object' is true -PASS 'type' in event is true -PASS 'bubbles' in event is true -PASS 'cancelable' in event is true -PASS 'value' in event is true -PASS 'min' in event is true -PASS 'max' in event is true -PASS typeof event.type == 'string' is true -PASS typeof event.bubbles == 'boolean' is true -PASS typeof event.cancelable == 'boolean' is true -PASS typeof event.value == 'number' is true -PASS typeof event.min == 'number' is true -PASS typeof event.max == 'number' is true -PASS successfullyParsed is true +FAIL successfullyParsed should be true (of type boolean). Was undefined (of type undefined). TEST COMPLETE