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

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

Issue 437443005: Revert of Revert of Remove prefixed Pointer Lock API. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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
(Empty)
1 Test mouse events are routed to lock target.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS document.onwebkitpointerlockchange event received.
7 PASS document.webkitPointerLockElement is targetdiv1
8 With a lock in place send a click.
9 PASS event type: mousedown, target: target1, received on: target1
10 PASS event type: mousedown, target: target1, received on: body
11 PASS document.onwebkitpointerlockchange event received.
12 PASS document.webkitPointerLockElement is targetdiv2
13 With a lock in place send a click.
14 PASS event type: mousedown, target: target2, received on: target2
15 PASS event type: mousedown, target: target2, received on: body
16 Ensure double clicks work as expected, sending 4 clicks.
17 Creating a click and dblclick.
18 PASS event type: mousedown, target: target2, received on: target2
19 PASS event type: mouseup, target: target2, received on: target2
20 PASS event type: click, target: target2, received on: target2
21 PASS event type: mousedown, target: target2, received on: target2
22 PASS event type: mouseup, target: target2, received on: target2
23 PASS event type: click, target: target2, received on: target2
24 PASS event type: dblclick, target: target2, received on: target2
25 Ensuring no false dblclicks if we continue.
26 PASS event type: mousedown, 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
29 PASS event type: mousedown, 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
32 PASS successfullyParsed is true
33
34 TEST COMPLETE
35
OLDNEW
« no previous file with comments | « LayoutTests/pointer-lock/mouse-event-delivery-prefixed.html ('k') | LayoutTests/pointer-lock/pointer-lock-api-prefixed.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698