Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <style> | |
| 3 body { | |
| 4 height: 10000px; | |
| 5 } | |
| 6 #touch { | |
| 7 width: 200px; | |
| 8 height: 200px; | |
| 9 } | |
| 10 </style> | |
| 11 <body id="body"><div id="touch"></div></body> | |
| 12 <script> | |
| 13 document.getElementById("touch").addEventListener("touchstart", function(){}); | |
| 14 </script> | |
| OLD | NEW |