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

 1CONSOLE MESSAGE: line 9: NotSupportedError (DOM Exception 9): The operation is not supported.
12Tests that document.createEvent() works with DeviceProximityEvent.
23
34On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
45
56
6 PASS typeof event == 'object' is true
7 PASS 'type' in event is true
8 PASS 'bubbles' in event is true
9 PASS 'cancelable' in event is true
10 PASS 'value' in event is true
11 PASS 'min' in event is true
12 PASS 'max' in event is true
13 PASS typeof event.type == 'string' is true
14 PASS typeof event.bubbles == 'boolean' is true
15 PASS typeof event.cancelable == 'boolean' is true
16 PASS typeof event.value == 'number' is true
17 PASS typeof event.min == 'number' is true
18 PASS typeof event.max == 'number' is true
19 PASS successfullyParsed is true
 7FAIL successfullyParsed should be true (of type boolean). Was undefined (of type undefined).
208
219TEST COMPLETE
2210