blob: ecf59675ff05a6f30e3e1dd86138cdbd90bebc43 [file] [log] [blame]
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
TEST COMPLETE