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

Unified Diff: LayoutTests/pointer-lock/mouse-event-api.html

Issue 281383010: Create movementX/Y on MouseEvent (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/pointer-lock/mouse-event-api-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/pointer-lock/mouse-event-api.html
diff --git a/LayoutTests/pointer-lock/mouse-event-api.html b/LayoutTests/pointer-lock/mouse-event-api.html
index e1b82f4cf00e480e454c700a9cee1cc3373179dd..90e881129c74454564abb7a6bf29dba09332410a 100644
--- a/LayoutTests/pointer-lock/mouse-event-api.html
+++ b/LayoutTests/pointer-lock/mouse-event-api.html
@@ -6,8 +6,8 @@
<body>
<script>
var mouseEvent = document.createEvent("MouseEvent");
- shouldBeDefined("mouseEvent.webkitMovementX");
Inactive 2014/05/22 18:41:13 Shouldn't we keep those as well since we still sup
scheib 2014/05/22 19:47:45 Yes, already done. I forked the prefixed version o
Inactive 2014/05/22 19:50:03 Oh, right LayoutTests/pointer-lock/mouse-event-api
- shouldBeDefined("mouseEvent.webkitMovementY");
+ shouldBeDefined("mouseEvent.movementX");
+ shouldBeDefined("mouseEvent.movementY");
</script>
</body>
</html>
« no previous file with comments | « no previous file | LayoutTests/pointer-lock/mouse-event-api-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698