6 PASS new DeviceProximityEvent('eventType').bubbles is true
7 PASS new DeviceProximityEvent('eventType').cancelable is false
8 PASS new DeviceProximityEvent('eventType').value is Infinity
9 PASS new DeviceProximityEvent('eventType').min is -Infinity
10 PASS new DeviceProximityEvent('eventType').max is Infinity
11 PASS new DeviceProximityEvent('eventType', { bubbles: false }).bubbles is false
12 PASS new DeviceProximityEvent('eventType', { bubbles: true }).bubbles is true
13 PASS new DeviceProximityEvent('eventType', { cancelable: false }).cancelable is false
14 PASS new DeviceProximityEvent('eventType', { cancelable: true }).cancelable is true
15 PASS new DeviceProximityEvent('eventType', { value: 0 }).value is 0
16 PASS new DeviceProximityEvent('eventType', { value: 1 }).value is 1
17 PASS new DeviceProximityEvent('eventType', { value: 1.79769313486231570E+308 }).value is 1.79769313486231570E+308
18 PASS new DeviceProximityEvent('eventType', { value: -1.79769313486231570E+308 }).value is -1.79769313486231570E+308
19 PASS new DeviceProximityEvent('eventType', { value: 1.8E+308 }).value is Infinity
20 PASS new DeviceProximityEvent('eventType', { value: -1.8E+308 }).value is -Infinity
21 PASS new DeviceProximityEvent('eventType', { value: 123.45 }).value is 123.45
22 PASS new DeviceProximityEvent('eventType', { value: NaN }).value is NaN
23 PASS new DeviceProximityEvent('eventType', { value: undefined }).value is NaN
24 PASS new DeviceProximityEvent('eventType', { value: null }).value is 0
25 PASS new DeviceProximityEvent('eventType', { value: '' }).value is 0
26 PASS new DeviceProximityEvent('eventType', { value: '12345' }).value is 12345
27 PASS new DeviceProximityEvent('eventType', { value: '12345a' }).value is NaN
28 PASS new DeviceProximityEvent('eventType', { value: 'abc' }).value is NaN
29 PASS new DeviceProximityEvent('eventType', { value: [] }).value is 0
30 PASS new DeviceProximityEvent('eventType', { value: [12345] }).value is 12345
31 PASS new DeviceProximityEvent('eventType', { value: [12345, 67890] }).value is NaN
32 PASS new DeviceProximityEvent('eventType', { value: {} }).value is NaN
33 PASS new DeviceProximityEvent('eventType', { value: {moemoe: 12345} }).value is NaN
34 PASS new DeviceProximityEvent('eventType', { value: {valueOf: function () { return 12345; }} }).value is 12345
35 PASS new DeviceProximityEvent('eventType', { min: 0 }).min is 0
36 PASS new DeviceProximityEvent('eventType', { min: 1 }).min is 1
37 PASS new DeviceProximityEvent('eventType', { min: 1.79769313486231570E+308 }).min is 1.79769313486231570E+308
38 PASS new DeviceProximityEvent('eventType', { min: -1.79769313486231570E+308 }).min is -1.79769313486231570E+308
39 PASS new DeviceProximityEvent('eventType', { min: 1.8E+308 }).min is Infinity
40 PASS new DeviceProximityEvent('eventType', { min: -1.8E+308 }).min is -Infinity
41 PASS new DeviceProximityEvent('eventType', { min: 123.45 }).min is 123.45
42 PASS new DeviceProximityEvent('eventType', { min: NaN }).min is NaN
43 PASS new DeviceProximityEvent('eventType', { min: undefined }).min is NaN
44 PASS new DeviceProximityEvent('eventType', { min: null }).min is 0
45 PASS new DeviceProximityEvent('eventType', { min: '' }).min is 0
46 PASS new DeviceProximityEvent('eventType', { min: '12345' }).min is 12345
47 PASS new DeviceProximityEvent('eventType', { min: '12345a' }).min is NaN
48 PASS new DeviceProximityEvent('eventType', { min: 'abc' }).min is NaN
49 PASS new DeviceProximityEvent('eventType', { min: [] }).min is 0
50 PASS new DeviceProximityEvent('eventType', { min: [12345] }).min is 12345
51 PASS new DeviceProximityEvent('eventType', { min: [12345, 67890] }).min is NaN
52 PASS new DeviceProximityEvent('eventType', { min: {} }).min is NaN
53 PASS new DeviceProximityEvent('eventType', { min: {moemoe: 12345} }).min is NaN
54 PASS new DeviceProximityEvent('eventType', { min: {valueOf: function () { return 12345; }} }).min is 12345
55 PASS new DeviceProximityEvent('eventType', { max: 0 }).max is 0
56 PASS new DeviceProximityEvent('eventType', { max: 1 }).max is 1
57 PASS new DeviceProximityEvent('eventType', { max: 1.79769313486231570E+308 }).max is 1.79769313486231570E+308
58 PASS new DeviceProximityEvent('eventType', { max: -1.79769313486231570E+308 }).max is -1.79769313486231570E+308
59 PASS new DeviceProximityEvent('eventType', { max: 1.8E+308 }).max is Infinity
60 PASS new DeviceProximityEvent('eventType', { max: -1.8E+308 }).max is -Infinity
61 PASS new DeviceProximityEvent('eventType', { max: 123.45 }).max is 123.45
62 PASS new DeviceProximityEvent('eventType', { max: NaN }).max is NaN
63 PASS new DeviceProximityEvent('eventType', { max: undefined }).max is NaN
64 PASS new DeviceProximityEvent('eventType', { max: null }).max is 0
65 PASS new DeviceProximityEvent('eventType', { max: '' }).max is 0
66 PASS new DeviceProximityEvent('eventType', { max: '12345' }).max is 12345
67 PASS new DeviceProximityEvent('eventType', { max: '12345a' }).max is NaN
68 PASS new DeviceProximityEvent('eventType', { max: 'abc' }).max is NaN
69 PASS new DeviceProximityEvent('eventType', { max: [] }).max is 0
70 PASS new DeviceProximityEvent('eventType', { max: [12345] }).max is 12345
71 PASS new DeviceProximityEvent('eventType', { max: [12345, 67890] }).max is NaN
72 PASS new DeviceProximityEvent('eventType', { max: {} }).max is NaN
73 PASS new DeviceProximityEvent('eventType', { max: {moemoe: 12345} }).max is NaN
74 PASS new DeviceProximityEvent('eventType', { max: {valueOf: function () { return 12345; }} }).max is 12345
75 PASS new DeviceProximityEvent('eventType', { bubbles: true, cancelable: true, value: 1000, min: 0, max: 10000 }).bubbles is true
76 PASS new DeviceProximityEvent('eventType', { bubbles: true, cancelable: true, value: 1000, min: 0, max: 10000 }).cancelable is true
77 PASS new DeviceProximityEvent('eventType', { bubbles: true, cancelable: true, value: 1000, min: 0, max: 10000 }).value is 1000
78 PASS new DeviceProximityEvent('eventType', { bubbles: true, cancelable: true, value: 1000, min: 0, max: 10000 }).min is 0
79 PASS new DeviceProximityEvent('eventType', { bubbles: true, cancelable: true, value: 1000, min: 0, max: 10000 }).max is 10000
6FAIL new DeviceProximityEvent('eventType').bubbles should be true. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
7FAIL new DeviceProximityEvent('eventType').cancelable should be false. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
8FAIL new DeviceProximityEvent('eventType').value should be Infinity. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
9FAIL new DeviceProximityEvent('eventType').min should be -Infinity. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
10FAIL new DeviceProximityEvent('eventType').max should be Infinity. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
11FAIL new DeviceProximityEvent('eventType', { bubbles: false }).bubbles should be false. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
12FAIL new DeviceProximityEvent('eventType', { bubbles: true }).bubbles should be true. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
13FAIL new DeviceProximityEvent('eventType', { cancelable: false }).cancelable should be false. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
14FAIL new DeviceProximityEvent('eventType', { cancelable: true }).cancelable should be true. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
15FAIL new DeviceProximityEvent('eventType', { value: 0 }).value should be 0. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
16FAIL new DeviceProximityEvent('eventType', { value: 1 }).value should be 1. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
17FAIL new DeviceProximityEvent('eventType', { value: 1.79769313486231570E+308 }).value should be 1.7976931348623157e+308. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
18FAIL new DeviceProximityEvent('eventType', { value: -1.79769313486231570E+308 }).value should be -1.7976931348623157e+308. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
19FAIL new DeviceProximityEvent('eventType', { value: 1.8E+308 }).value should be Infinity. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
20FAIL new DeviceProximityEvent('eventType', { value: -1.8E+308 }).value should be -Infinity. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
21FAIL new DeviceProximityEvent('eventType', { value: 123.45 }).value should be 123.45. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
22FAIL new DeviceProximityEvent('eventType', { value: NaN }).value should be NaN. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
23FAIL new DeviceProximityEvent('eventType', { value: undefined }).value should be NaN. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
24FAIL new DeviceProximityEvent('eventType', { value: null }).value should be 0. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
25FAIL new DeviceProximityEvent('eventType', { value: '' }).value should be 0. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
26FAIL new DeviceProximityEvent('eventType', { value: '12345' }).value should be 12345. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
27FAIL new DeviceProximityEvent('eventType', { value: '12345a' }).value should be NaN. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
28FAIL new DeviceProximityEvent('eventType', { value: 'abc' }).value should be NaN. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
29FAIL new DeviceProximityEvent('eventType', { value: [] }).value should be 0. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
30FAIL new DeviceProximityEvent('eventType', { value: [12345] }).value should be 12345. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
31FAIL new DeviceProximityEvent('eventType', { value: [12345, 67890] }).value should be NaN. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
32FAIL new DeviceProximityEvent('eventType', { value: {} }).value should be NaN. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
33FAIL new DeviceProximityEvent('eventType', { value: {moemoe: 12345} }).value should be NaN. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
34FAIL new DeviceProximityEvent('eventType', { value: {valueOf: function () { return 12345; }} }).value should be 12345. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
35FAIL new DeviceProximityEvent('eventType', { min: 0 }).min should be 0. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
36FAIL new DeviceProximityEvent('eventType', { min: 1 }).min should be 1. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
37FAIL new DeviceProximityEvent('eventType', { min: 1.79769313486231570E+308 }).min should be 1.7976931348623157e+308. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
38FAIL new DeviceProximityEvent('eventType', { min: -1.79769313486231570E+308 }).min should be -1.7976931348623157e+308. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
39FAIL new DeviceProximityEvent('eventType', { min: 1.8E+308 }).min should be Infinity. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
40FAIL new DeviceProximityEvent('eventType', { min: -1.8E+308 }).min should be -Infinity. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
41FAIL new DeviceProximityEvent('eventType', { min: 123.45 }).min should be 123.45. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
42FAIL new DeviceProximityEvent('eventType', { min: NaN }).min should be NaN. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
43FAIL new DeviceProximityEvent('eventType', { min: undefined }).min should be NaN. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
44FAIL new DeviceProximityEvent('eventType', { min: null }).min should be 0. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
45FAIL new DeviceProximityEvent('eventType', { min: '' }).min should be 0. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
46FAIL new DeviceProximityEvent('eventType', { min: '12345' }).min should be 12345. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
47FAIL new DeviceProximityEvent('eventType', { min: '12345a' }).min should be NaN. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
48FAIL new DeviceProximityEvent('eventType', { min: 'abc' }).min should be NaN. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
49FAIL new DeviceProximityEvent('eventType', { min: [] }).min should be 0. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
50FAIL new DeviceProximityEvent('eventType', { min: [12345] }).min should be 12345. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
51FAIL new DeviceProximityEvent('eventType', { min: [12345, 67890] }).min should be NaN. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
52FAIL new DeviceProximityEvent('eventType', { min: {} }).min should be NaN. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
53FAIL new DeviceProximityEvent('eventType', { min: {moemoe: 12345} }).min should be NaN. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
54FAIL new DeviceProximityEvent('eventType', { min: {valueOf: function () { return 12345; }} }).min should be 12345. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
55FAIL new DeviceProximityEvent('eventType', { max: 0 }).max should be 0. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
56FAIL new DeviceProximityEvent('eventType', { max: 1 }).max should be 1. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
57FAIL new DeviceProximityEvent('eventType', { max: 1.79769313486231570E+308 }).max should be 1.7976931348623157e+308. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
58FAIL new DeviceProximityEvent('eventType', { max: -1.79769313486231570E+308 }).max should be -1.7976931348623157e+308. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
59FAIL new DeviceProximityEvent('eventType', { max: 1.8E+308 }).max should be Infinity. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
60FAIL new DeviceProximityEvent('eventType', { max: -1.8E+308 }).max should be -Infinity. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
61FAIL new DeviceProximityEvent('eventType', { max: 123.45 }).max should be 123.45. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
62FAIL new DeviceProximityEvent('eventType', { max: NaN }).max should be NaN. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
63FAIL new DeviceProximityEvent('eventType', { max: undefined }).max should be NaN. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
64FAIL new DeviceProximityEvent('eventType', { max: null }).max should be 0. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
65FAIL new DeviceProximityEvent('eventType', { max: '' }).max should be 0. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
66FAIL new DeviceProximityEvent('eventType', { max: '12345' }).max should be 12345. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
67FAIL new DeviceProximityEvent('eventType', { max: '12345a' }).max should be NaN. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
68FAIL new DeviceProximityEvent('eventType', { max: 'abc' }).max should be NaN. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
69FAIL new DeviceProximityEvent('eventType', { max: [] }).max should be 0. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
70FAIL new DeviceProximityEvent('eventType', { max: [12345] }).max should be 12345. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
71FAIL new DeviceProximityEvent('eventType', { max: [12345, 67890] }).max should be NaN. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
72FAIL new DeviceProximityEvent('eventType', { max: {} }).max should be NaN. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
73FAIL new DeviceProximityEvent('eventType', { max: {moemoe: 12345} }).max should be NaN. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
74FAIL new DeviceProximityEvent('eventType', { max: {valueOf: function () { return 12345; }} }).max should be 12345. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
75FAIL new DeviceProximityEvent('eventType', { bubbles: true, cancelable: true, value: 1000, min: 0, max: 10000 }).bubbles should be true. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
76FAIL new DeviceProximityEvent('eventType', { bubbles: true, cancelable: true, value: 1000, min: 0, max: 10000 }).cancelable should be true. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
77FAIL new DeviceProximityEvent('eventType', { bubbles: true, cancelable: true, value: 1000, min: 0, max: 10000 }).value should be 1000. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
78FAIL new DeviceProximityEvent('eventType', { bubbles: true, cancelable: true, value: 1000, min: 0, max: 10000 }).min should be 0. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent
79FAIL new DeviceProximityEvent('eventType', { bubbles: true, cancelable: true, value: 1000, min: 0, max: 10000 }).max should be 10000. Threw exception ReferenceError: Can't find variable: DeviceProximityEvent