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

Unified Diff: LayoutTests/fast/events/touch/resources/frame-with-document-touch-handler.html

Issue 17471008: Rework compositor touch hit testing (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: CR feedback - accumulate LayoutRects instead of IntRects, disable when page isn't composited. Also… Created 7 years, 5 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 side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698