Chromium Code Reviews| Index: LayoutTests/fast/dom/navigator-maxTouchPoints.html |
| diff --git a/LayoutTests/fast/dom/navigator-maxTouchPoints.html b/LayoutTests/fast/dom/navigator-maxTouchPoints.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..82c1e4f188597cd41d7fb5c3f402a20ade588e59 |
| --- /dev/null |
| +++ b/LayoutTests/fast/dom/navigator-maxTouchPoints.html |
| @@ -0,0 +1,12 @@ |
| +<html> |
| +<body> |
| +<script> |
| + if (window.testRunner) |
| + testRunner.dumpAsText(); |
| + |
| + window.internals.settings.setMaxTouchPoints(37); |
| + |
| + document.write("navigator.maxTouchPoints == 37: " + (navigator.maxTouchPoints == 37) + "<br>"); |
|
Inactive
2013/10/17 21:03:43
Would be nice to use js-test-pre.js / js-test-post
|
| +</script> |
| +</body> |
| +</html> |