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

Unified Diff: LayoutTests/fast/events/touch/compositor-touch-hit-rects-disabled.html

Issue 406053002: Remove setting for disabling cc touch hit testing. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove ScrollingCoordinator::touchHitTestingEnabled() Created 6 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
« no previous file with comments | « no previous file | LayoutTests/fast/events/touch/compositor-touch-hit-rects-disabled-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/events/touch/compositor-touch-hit-rects-disabled.html
diff --git a/LayoutTests/fast/events/touch/compositor-touch-hit-rects-disabled.html b/LayoutTests/fast/events/touch/compositor-touch-hit-rects-disabled.html
deleted file mode 100644
index 33bcd6f0f5240ba074a8dca06e5231b6037c947f..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/events/touch/compositor-touch-hit-rects-disabled.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<link rel="stylesheet" href="resources/compositor-touch-hit-rects.css">
-<style>
-</style>
-</head>
-<body>
-<script>
-if (window.internals) {
- window.internals.settings.setCompositorTouchHitTesting(false);
-}
-</script>
-<p id="description">
-This tests verifies that hit testing can be disabled.
-</p>
-
-<div id="tests">
- <div class="testcase" id="normalFlow">
- Normal
- <span>flow</span>.
- </div>
-</div>
-
-<div id="console"></div>
-<div style="height: 1000px;"></div>
-<script src="resources/compositor-touch-hit-rects.js"></script>
-</body>
« no previous file with comments | « no previous file | LayoutTests/fast/events/touch/compositor-touch-hit-rects-disabled-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698