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

Side by Side Diff: LayoutTests/plugins/transformed-events.html

Issue 14120003: Move LayoutTests from platform/chromium/... to generic location (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 #plugin { 4 #plugin {
5 width: 150px; 5 width: 150px;
6 height: 150px; 6 height: 150px;
7 -webkit-transform: rotate(90deg); 7 -webkit-transform: rotate(90deg);
8 } 8 }
9 </style> 9 </style>
10 </head> 10 </head>
(...skipping 28 matching lines...) Expand all
39 39
40 // Test gesture events. 40 // Test gesture events.
41 eventSender.gestureTapDown(positionX, positionY); 41 eventSender.gestureTapDown(positionX, positionY);
42 eventSender.gestureTap(positionX, positionY); 42 eventSender.gestureTap(positionX, positionY);
43 } 43 }
44 44
45 </script> 45 </script>
46 </body> 46 </body>
47 </html> 47 </html>
48 48
OLDNEW
« no previous file with comments | « LayoutTests/plugins/touch-events-synthesized-expected.txt ('k') | LayoutTests/plugins/transformed-events-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698