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

Side by Side Diff: LayoutTests/pointer-lock/mouse-event-delivery-prefixed-expected.txt

Issue 266533004: Create unprefixed versions of pointerlockchange & pointerlockerror events. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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 | Annotate | Revision Log
OLDNEW
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
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
OLDNEW
« no previous file with comments | « LayoutTests/pointer-lock/mouse-event-delivery-prefixed.html ('k') | LayoutTests/pointer-lock/pointer-lock-api.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698