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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/pointer-lock/mouse-event-api-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../resources/js-test.js"></script> 4 <script src="../resources/js-test.js"></script>
5 </head> 5 </head>
6 <body> 6 <body>
7 <script> 7 <script>
8 var mouseEvent = document.createEvent("MouseEvent"); 8 var mouseEvent = document.createEvent("MouseEvent");
9 shouldBeDefined("mouseEvent.webkitMovementX"); 9 shouldBeDefined("mouseEvent.movementX");
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
10 shouldBeDefined("mouseEvent.webkitMovementY"); 10 shouldBeDefined("mouseEvent.movementY");
11 </script> 11 </script>
12 </body> 12 </body>
13 </html> 13 </html>
OLDNEW
« 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