Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <html> | |
| 2 <body> | |
| 3 <script> | |
| 4 if (window.testRunner) | |
| 5 testRunner.dumpAsText(); | |
| 6 | |
| 7 window.internals.settings.setMaxTouchPoints(37); | |
| 8 | |
| 9 document.write("navigator.maxTouchPoints == 37: " + (navigator.maxTouchPoint s == 37) + "<br>"); | |
|
Inactive
2013/10/17 21:03:43
Would be nice to use js-test-pre.js / js-test-post
| |
| 10 </script> | |
| 11 </body> | |
| 12 </html> | |
| OLD | NEW |