Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(117)

Side by Side Diff: LayoutTests/pointer-lock/pointerlockchange-pointerlockerror-events-expected.txt

Issue 600773002: Notify in console when an API fails because it needs to be invoked on user action. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Review comments added with reset -expected.txt files. Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 CONSOLE WARNING: requestPointerLock() can only be intiated by a user gesture.
2 CONSOLE WARNING: requestPointerLock() can only be intiated by a user gesture.
3 CONSOLE WARNING: requestPointerLock() can only be intiated by a user gesture.
4 CONSOLE WARNING: requestPointerLock() can only be intiated by a user gesture.
5 CONSOLE WARNING: requestPointerLock() can only be intiated by a user gesture.
6 CONSOLE WARNING: requestPointerLock() can only be intiated by a user gesture.
7 CONSOLE WARNING: requestPointerLock() can only be intiated by a user gesture.
8 CONSOLE WARNING: requestPointerLock() can only be intiated by a user gesture.
1 Test expected pointerlockchange and pointerlockerror events. 9 Test expected pointerlockchange and pointerlockerror events.
2 10
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 11 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 12
5 13
6 Unlock. 14 Unlock.
7 Lock targetDiv1. 15 Lock targetDiv1.
8 PASS onpointerlockchange received after: Lock targetDiv1. 16 PASS onpointerlockchange received after: Lock targetDiv1.
9 Unlock again. 17 Unlock again.
10 PASS onpointerlockchange received after: Unlock again. 18 PASS onpointerlockchange received after: Unlock again.
(...skipping 23 matching lines...) Expand all
34 PASS testRunner.didAcquirePointerLock is defined. 42 PASS testRunner.didAcquirePointerLock is defined.
35 PASS testRunner.didNotAcquirePointerLock is defined. 43 PASS testRunner.didNotAcquirePointerLock is defined.
36 Lock with asynchronous failure. 44 Lock with asynchronous failure.
37 PASS onpointerlockerror received after: Lock with asynchronous failure. 45 PASS onpointerlockerror received after: Lock with asynchronous failure.
38 Lock with asynchronous success. 46 Lock with asynchronous success.
39 PASS onpointerlockchange received after: Lock with asynchronous success. 47 PASS onpointerlockchange received after: Lock with asynchronous success.
40 PASS successfullyParsed is true 48 PASS successfullyParsed is true
41 49
42 TEST COMPLETE 50 TEST COMPLETE
43 51
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698