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

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

Issue 25507008: Add setting for disabling compositor touch hit testing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Disable hit testing setting - add test Created 7 years, 2 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 unified diff | Download patch | Annotate | Revision Log
« 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <link rel="stylesheet" href="resources/compositor-touch-hit-rects.css">
5 <style>
6 </style>
7 </head>
8 <body>
9 <script>
10 if (window.internals) {
11 window.internals.settings.setCompositorTouchHitTesting(false);
12 }
13 </script>
14 <p id="description">
15 This tests verifies that hit testing can be disabled.
16 </p>
17
18 <div id="tests">
19 <div class="testcase" id="normalFlow">
20 Normal
21 <span>flow</span>.
22 </div>
23 </div>
24
25 <div id="console"></div>
26 <div style="height: 1000px;"></div>
27 <script src="resources/compositor-touch-hit-rects.js"></script>
28 </body>
OLDNEW
« 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