Newer
Older
scheib@chromium.org
committed
Test expected pointerlockchange and pointerlockerror events.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Unlock.
Lock targetDiv1.
PASS onwebkitpointerlockchange received after: Lock targetDiv1.
Unlock again.
PASS onwebkitpointerlockchange received after: Unlock again.
Lock targetDiv1 again.
PASS onwebkitpointerlockchange received after: Lock targetDiv1 again.
Lock targetDiv2.
PASS onwebkitpointerlockchange received after: Lock targetDiv2.
Lock targetDiv2 again.
PASS onwebkitpointerlockchange received after: Lock targetDiv2 again.
scheib@chromium.org
committed
Unlock targetDiv2.
PASS onwebkitpointerlockchange received after: Unlock targetDiv2.
scheib@chromium.org
committed
Lock targetIframe1.
Lock targetIframe1 (handler for iframe1).
PASS onwebkitpointerlockchange received after: Lock targetIframe1 (handler for iframe1).
Lock targetIframe2.
Lock targetIframe2 (handler for iframe1).
Lock targetIframe2 (handler for iframe2).
scheib@chromium.org
committed
PASS onwebkitpointerlockerror received after: Lock targetIframe2 (handler for iframe2).
scheib@chromium.org
committed
Unlock targetIframe2.
Unlock targetIframe2 (handler for iframe1).
Unlock targetIframe2 (handler for iframe2).
scheib@chromium.org
committed
PASS onwebkitpointerlockchange received after: Unlock targetIframe2 (handler for iframe1).
rniwa@webkit.org
committed
PASS testRunner.setPointerLockWillFailSynchronously is defined.
scheib@chromium.org
committed
Lock with synchronous failure.
PASS onwebkitpointerlockerror received after: Lock with synchronous failure.
scheib@chromium.org
committed
PASS testRunner.setPointerLockWillRespondAsynchronously is defined.
PASS testRunner.didAcquirePointerLock is defined.
PASS testRunner.didNotAcquirePointerLock is defined.
scheib@chromium.org
committed
Lock with asynchronous failure.
PASS onwebkitpointerlockerror received after: Lock with asynchronous failure.
scheib@chromium.org
committed
Lock with asynchronous success.
PASS onwebkitpointerlockchange received after: Lock with asynchronous success.
scheib@chromium.org
committed
PASS successfullyParsed is true
TEST COMPLETE