blob: e6c2b898d3c11763dcc176e32d24e7f0ab257e7e [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.');
window.internals.settings.setMaxTouchPoints(37);
shouldBe('navigator.maxTouchPoints', '37');
</script>
<body>
</body>
</html>