|
|
| 64 | 64 | PASS new MouseEvent('eventType', { screenX: -1 }).screenX is -1
|
|---|
| 65 | 65 | PASS new MouseEvent('eventType', { screenX: 2147483647 }).screenX is 2147483647
|
|---|
| 66 | 66 | PASS new MouseEvent('eventType', { screenX: -2147483648 }).screenX is -2147483648
|
|---|
| 67 | | PASS new MouseEvent('eventType', { screenX: 123.45 }).screenX is 123
|
|---|
| 68 | | PASS new MouseEvent('eventType', { screenX: -123.45 }).screenX is -123
|
|---|
| 67 | FAIL new MouseEvent('eventType', { screenX: 123.45 }).screenX should be 123. Was 123.45.
|
|---|
| 68 | FAIL new MouseEvent('eventType', { screenX: -123.45 }).screenX should be -123. Was -123.45.
|
|---|
| 69 | 69 | PASS new MouseEvent('eventType', { screenX: NaN }).screenX threw exception TypeError: Failed to construct 'MouseEvent': The provided double value is non-finite..
|
|---|
| 70 | 70 | PASS new MouseEvent('eventType', { screenX: undefined }).screenX is 0
|
|---|
| 71 | 71 | PASS new MouseEvent('eventType', { screenX: null }).screenX is 0
|
|---|
|
|
| 84 | 84 | PASS new MouseEvent('eventType', { screenY: -1 }).screenY is -1
|
|---|
| 85 | 85 | PASS new MouseEvent('eventType', { screenY: 2147483647 }).screenY is 2147483647
|
|---|
| 86 | 86 | PASS new MouseEvent('eventType', { screenY: -2147483648 }).screenY is -2147483648
|
|---|
| 87 | | PASS new MouseEvent('eventType', { screenY: 123.45 }).screenY is 123
|
|---|
| 88 | | PASS new MouseEvent('eventType', { screenY: -123.45 }).screenY is -123
|
|---|
| 87 | FAIL new MouseEvent('eventType', { screenY: 123.45 }).screenY should be 123. Was 123.45.
|
|---|
| 88 | FAIL new MouseEvent('eventType', { screenY: -123.45 }).screenY should be -123. Was -123.45.
|
|---|
| 89 | 89 | PASS new MouseEvent('eventType', { screenY: NaN }).screenY threw exception TypeError: Failed to construct 'MouseEvent': The provided double value is non-finite..
|
|---|
| 90 | 90 | PASS new MouseEvent('eventType', { screenY: undefined }).screenY is 0
|
|---|
| 91 | 91 | PASS new MouseEvent('eventType', { screenY: null }).screenY is 0
|
|---|
|
|
| 104 | 104 | PASS new MouseEvent('eventType', { clientX: -1 }).clientX is -1
|
|---|
| 105 | 105 | PASS new MouseEvent('eventType', { clientX: 2147483647 }).clientX is 2147483647
|
|---|
| 106 | 106 | PASS new MouseEvent('eventType', { clientX: -2147483648 }).clientX is -2147483648
|
|---|
| 107 | | PASS new MouseEvent('eventType', { clientX: 123.45 }).clientX is 123
|
|---|
| 108 | | PASS new MouseEvent('eventType', { clientX: -123.45 }).clientX is -123
|
|---|
| 107 | FAIL new MouseEvent('eventType', { clientX: 123.45 }).clientX should be 123. Was 123.45.
|
|---|
| 108 | FAIL new MouseEvent('eventType', { clientX: -123.45 }).clientX should be -123. Was -123.45.
|
|---|
| 109 | 109 | PASS new MouseEvent('eventType', { clientX: NaN }).clientX threw exception TypeError: Failed to construct 'MouseEvent': The provided double value is non-finite..
|
|---|
| 110 | 110 | PASS new MouseEvent('eventType', { clientX: undefined }).clientX is 0
|
|---|
| 111 | 111 | PASS new MouseEvent('eventType', { clientX: null }).clientX is 0
|
|---|
|
|
| 124 | 124 | PASS new MouseEvent('eventType', { clientY: -1 }).clientY is -1
|
|---|
| 125 | 125 | PASS new MouseEvent('eventType', { clientY: 2147483647 }).clientY is 2147483647
|
|---|
| 126 | 126 | PASS new MouseEvent('eventType', { clientY: -2147483648 }).clientY is -2147483648
|
|---|
| 127 | | PASS new MouseEvent('eventType', { clientY: 123.45 }).clientY is 123
|
|---|
| 128 | | PASS new MouseEvent('eventType', { clientY: -123.45 }).clientY is -123
|
|---|
| 127 | FAIL new MouseEvent('eventType', { clientY: 123.45 }).clientY should be 123. Was 123.45.
|
|---|
| 128 | FAIL new MouseEvent('eventType', { clientY: -123.45 }).clientY should be -123. Was -123.45.
|
|---|
| 129 | 129 | PASS new MouseEvent('eventType', { clientY: NaN }).clientY threw exception TypeError: Failed to construct 'MouseEvent': The provided double value is non-finite..
|
|---|
| 130 | 130 | PASS new MouseEvent('eventType', { clientY: undefined }).clientY is 0
|
|---|
| 131 | 131 | PASS new MouseEvent('eventType', { clientY: null }).clientY is 0
|
|---|
|
|