Chromium Code Reviews| Index: LayoutTests/fast/events/touch/resources/frame-with-document-touch-handler.html |
| diff --git a/LayoutTests/fast/events/touch/resources/frame-with-document-touch-handler.html b/LayoutTests/fast/events/touch/resources/frame-with-document-touch-handler.html |
| deleted file mode 100644 |
| index 5c72d9ac97b55afbfd26a11f5027f481b0b4d2df..0000000000000000000000000000000000000000 |
| --- a/LayoutTests/fast/events/touch/resources/frame-with-document-touch-handler.html |
| +++ /dev/null |
| @@ -1,7 +0,0 @@ |
| -<!doctype html> |
| -<html> |
| -<body style="height:1000px; width: 1000px;"> |
| -<script> |
| -document.addEventListener("touchstart", function() { }, false); |
| -</script> |
| -</body> |