haikuwebkit/LayoutTests/js/dom/navigator-maxtouchpoints.html

13 lines
260 B
HTML

<!DOCTYPE html>
<html>
<head>
<script src="../../resources/js-test.js"></script>
</head>
<body>
<script>
description("Check return value of navigator.maxTouchPoints.");
debug(`navigator.maxTouchPoints = ${navigator.maxTouchPoints}`);
</script>
</body>
</html>