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

Side by Side Diff: LayoutTests/fast/events/touch/resources/frame-with-touch-handler.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 <!doctype html> 1 <!doctype html>
2 <html> 2 <html>
3 <body> 3 <body>
4 <div id="touchTarget" style="width: 50px; height: 50px; background-color: blue;" ontouchstart="function() { };"></div> 4 <div id="touchTarget" style="width: 50px; height: 50px; background-color: blue;" ontouchstart="function() { };"></div>
5 <script> 5 <script>
6 document.getElementById("touchTarget").addEventListener("touchstart", function() { }, false); 6 document.getElementById("touchTarget").addEventListener("touchstart", function() { }, false);
7 </script> 7 </script>
8 </body> 8 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698