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