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

Side by Side Diff: LayoutTests/fast/events/touch/resources/frame-with-document-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 style="height:1000px; width: 1000px;"> 3 <body style="height:1000px; width: 1000px;">
4 <script> 4 <script>
5 document.addEventListener("touchstart", function() { }, false); 5 document.addEventListener("touchstart", function() { }, false);
6 </script> 6 </script>
7 </body> 7 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698