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

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

Issue 424213007: Revert of Remove prefixed Pointer Lock API. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/pointer-lock/mouse-event-delivery-prefixed-expected.txt
diff --git a/LayoutTests/pointer-lock/mouse-event-delivery-prefixed-expected.txt b/LayoutTests/pointer-lock/mouse-event-delivery-prefixed-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..1144d4ab777af5b1882f884d4a7956988d9cef6e
--- /dev/null
+++ b/LayoutTests/pointer-lock/mouse-event-delivery-prefixed-expected.txt
@@ -0,0 +1,35 @@
+Test mouse events are routed to lock target.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS document.onwebkitpointerlockchange event received.
+PASS document.webkitPointerLockElement is targetdiv1
+ With a lock in place send a click.
+PASS event type: mousedown, target: target1, received on: target1
+PASS event type: mousedown, target: target1, received on: body
+PASS document.onwebkitpointerlockchange event received.
+PASS document.webkitPointerLockElement is targetdiv2
+ With a lock in place send a click.
+PASS event type: mousedown, target: target2, received on: target2
+PASS event type: mousedown, target: target2, received on: body
+ Ensure double clicks work as expected, sending 4 clicks.
+ Creating a click and dblclick.
+PASS event type: mousedown, target: target2, received on: target2
+PASS event type: mouseup, target: target2, received on: target2
+PASS event type: click, target: target2, received on: target2
+PASS event type: mousedown, target: target2, received on: target2
+PASS event type: mouseup, target: target2, received on: target2
+PASS event type: click, target: target2, received on: target2
+PASS event type: dblclick, target: target2, received on: target2
+ Ensuring no false dblclicks if we continue.
+PASS event type: mousedown, target: target2, received on: target2
+PASS event type: mouseup, target: target2, received on: target2
+PASS event type: click, target: target2, received on: target2
+PASS event type: mousedown, target: target2, received on: target2
+PASS event type: mouseup, target: target2, received on: target2
+PASS event type: click, target: target2, received on: target2
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« 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