OLD | NEW |
---|---|
(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> | |
OLD | NEW |