2 <script src=
"../../resources/js-test.js"></script>
4 description('This tests that the maxTouchPoints setting is plumbed through to the navigator object.');
6 window
.internals
.settings
.setMaxTouchPoints(37);
7 shouldBe('navigator.maxTouchPoints', '37');