|
|
| 66 | 66 | PASS new WheelEvent('eventType', { screenX: -1 }).screenX is -1
|
|---|
| 67 | 67 | PASS new WheelEvent('eventType', { screenX: 2147483647 }).screenX is 2147483647
|
|---|
| 68 | 68 | PASS new WheelEvent('eventType', { screenX: -2147483648 }).screenX is -2147483648
|
|---|
| 69 | | PASS new WheelEvent('eventType', { screenX: 123.45 }).screenX is 123
|
|---|
| 70 | | PASS new WheelEvent('eventType', { screenX: -123.45 }).screenX is -123
|
|---|
| 69 | FAIL new WheelEvent('eventType', { screenX: 123.45 }).screenX should be 123. Was 123.45.
|
|---|
| 70 | FAIL new WheelEvent('eventType', { screenX: -123.45 }).screenX should be -123. Was -123.45.
|
|---|
| 71 | 71 | PASS new WheelEvent('eventType', { screenX: NaN }).screenX threw exception TypeError: Failed to construct 'WheelEvent': The provided double value is non-finite..
|
|---|
| 72 | 72 | PASS new WheelEvent('eventType', { screenX: undefined }).screenX is 0
|
|---|
| 73 | 73 | PASS new WheelEvent('eventType', { screenX: null }).screenX is 0
|
|---|
|
|
| 86 | 86 | PASS new WheelEvent('eventType', { screenY: -1 }).screenY is -1
|
|---|
| 87 | 87 | PASS new WheelEvent('eventType', { screenY: 2147483647 }).screenY is 2147483647
|
|---|
| 88 | 88 | PASS new WheelEvent('eventType', { screenY: -2147483648 }).screenY is -2147483648
|
|---|
| 89 | | PASS new WheelEvent('eventType', { screenY: 123.45 }).screenY is 123
|
|---|
| 90 | | PASS new WheelEvent('eventType', { screenY: -123.45 }).screenY is -123
|
|---|
| 89 | FAIL new WheelEvent('eventType', { screenY: 123.45 }).screenY should be 123. Was 123.45.
|
|---|
| 90 | FAIL new WheelEvent('eventType', { screenY: -123.45 }).screenY should be -123. Was -123.45.
|
|---|
| 91 | 91 | PASS new WheelEvent('eventType', { screenY: NaN }).screenY threw exception TypeError: Failed to construct 'WheelEvent': The provided double value is non-finite..
|
|---|
| 92 | 92 | PASS new WheelEvent('eventType', { screenY: undefined }).screenY is 0
|
|---|
| 93 | 93 | PASS new WheelEvent('eventType', { screenY: null }).screenY is 0
|
|---|
|
|
| 106 | 106 | PASS new WheelEvent('eventType', { clientX: -1 }).clientX is -1
|
|---|
| 107 | 107 | PASS new WheelEvent('eventType', { clientX: 2147483647 }).clientX is 2147483647
|
|---|
| 108 | 108 | PASS new WheelEvent('eventType', { clientX: -2147483648 }).clientX is -2147483648
|
|---|
| 109 | | PASS new WheelEvent('eventType', { clientX: 123.45 }).clientX is 123
|
|---|
| 110 | | PASS new WheelEvent('eventType', { clientX: -123.45 }).clientX is -123
|
|---|
| 109 | FAIL new WheelEvent('eventType', { clientX: 123.45 }).clientX should be 123. Was 123.45.
|
|---|
| 110 | FAIL new WheelEvent('eventType', { clientX: -123.45 }).clientX should be -123. Was -123.45.
|
|---|
| 111 | 111 | PASS new WheelEvent('eventType', { clientX: NaN }).clientX threw exception TypeError: Failed to construct 'WheelEvent': The provided double value is non-finite..
|
|---|
| 112 | 112 | PASS new WheelEvent('eventType', { clientX: undefined }).clientX is 0
|
|---|
| 113 | 113 | PASS new WheelEvent('eventType', { clientX: null }).clientX is 0
|
|---|
|
|
| 126 | 126 | PASS new WheelEvent('eventType', { clientY: -1 }).clientY is -1
|
|---|
| 127 | 127 | PASS new WheelEvent('eventType', { clientY: 2147483647 }).clientY is 2147483647
|
|---|
| 128 | 128 | PASS new WheelEvent('eventType', { clientY: -2147483648 }).clientY is -2147483648
|
|---|
| 129 | | PASS new WheelEvent('eventType', { clientY: 123.45 }).clientY is 123
|
|---|
| 130 | | PASS new WheelEvent('eventType', { clientY: -123.45 }).clientY is -123
|
|---|
| 129 | FAIL new WheelEvent('eventType', { clientY: 123.45 }).clientY should be 123. Was 123.45.
|
|---|
| 130 | FAIL new WheelEvent('eventType', { clientY: -123.45 }).clientY should be -123. Was -123.45.
|
|---|
| 131 | 131 | PASS new WheelEvent('eventType', { clientY: NaN }).clientY threw exception TypeError: Failed to construct 'WheelEvent': The provided double value is non-finite..
|
|---|
| 132 | 132 | PASS new WheelEvent('eventType', { clientY: undefined }).clientY is 0
|
|---|
| 133 | 133 | PASS new WheelEvent('eventType', { clientY: null }).clientY is 0
|
|---|
|
|