blob: 82728de2f3bfa3d1e6e05c0e4a4651d9b8240f2c [file] [log] [blame]
<html>
<script src="../../resources/js-test.js"></script>
<script>
description('This tests that the maxTouchPoints setting is plumbed through to the navigator object.');
internals.settings.setMaxTouchPoints(37);
shouldBe('navigator.maxTouchPoints', '37');
</script>
<body>
</body>
</html>