Chromium Code Reviews| Index: LayoutTests/fast/events/touch/resources/frame-with-touch-handler.html | 
| diff --git a/LayoutTests/fast/events/touch/resources/frame-with-touch-handler.html b/LayoutTests/fast/events/touch/resources/frame-with-touch-handler.html | 
| deleted file mode 100644 | 
| index 118067b61e015daf23503174b6bbc5bc420e2a11..0000000000000000000000000000000000000000 | 
| --- a/LayoutTests/fast/events/touch/resources/frame-with-touch-handler.html | 
| +++ /dev/null | 
| @@ -1,8 +0,0 @@ | 
| -<!doctype html> | 
| -<html> | 
| -<body> | 
| -<div id="touchTarget" style="width: 50px; height: 50px; background-color: blue;" ontouchstart="function() { };"></div> | 
| -<script> | 
| -document.getElementById("touchTarget").addEventListener("touchstart", function() { }, false); | 
| -</script> | 
| -</body> |