blob: 3cfbbfc76f35a04f7cabca4407926a194f006d22 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Test pointerLockElement is null when a lock is pending.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS document.webkitPointerLockElement is null
Lock.
PASS document.webkitPointerLockElement is null
PASS onwebkitpointerlockchange received after: Lock.
PASS document.webkitPointerLockElement is targetDiv1
Unlock.
PASS document.webkitPointerLockElement is targetDiv1
PASS onwebkitpointerlockchange received after: Unlock.
PASS document.webkitPointerLockElement is null
PASS successfullyParsed is true
TEST COMPLETE
|