| OLD | NEW |
| 1 Test mouse events are routed to lock target. | 1 Test mouse events are routed to lock target. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 PASS document.onwebkitpointerlockchange event received. | 6 PASS document.onwebkitpointerlockchange event received. |
| 7 PASS document.webkitPointerLockElement is targetdiv1 | 7 PASS document.webkitPointerLockElement is targetdiv1 |
| 8 With a lock in place send a click. | 8 With a lock in place send a click. |
| 9 PASS event type: mousedown, target: target1, received on: target1 | 9 PASS event type: mousedown, target: target1, received on: target1 |
| 10 PASS event type: mousedown, target: target1, received on: body | 10 PASS event type: mousedown, target: target1, received on: body |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 PASS event type: mousedown, target: target2, received on: target2 | 26 PASS event type: mousedown, target: target2, received on: target2 |
| 27 PASS event type: mouseup, target: target2, received on: target2 | 27 PASS event type: mouseup, target: target2, received on: target2 |
| 28 PASS event type: click, target: target2, received on: target2 | 28 PASS event type: click, target: target2, received on: target2 |
| 29 PASS event type: mousedown, target: target2, received on: target2 | 29 PASS event type: mousedown, target: target2, received on: target2 |
| 30 PASS event type: mouseup, target: target2, received on: target2 | 30 PASS event type: mouseup, target: target2, received on: target2 |
| 31 PASS event type: click, target: target2, received on: target2 | 31 PASS event type: click, target: target2, received on: target2 |
| 32 PASS successfullyParsed is true | 32 PASS successfullyParsed is true |
| 33 | 33 |
| 34 TEST COMPLETE | 34 TEST COMPLETE |
| 35 | 35 |
| OLD | NEW |