blob: c2a202e86d2dea35dfb9a187de0e01e14849f4ee [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="../../resources/js-test.js"></script>
</head>
<body>
<script>
description("This tests the constructor for the InputDeviceCapabilities DOM class.");
shouldBeFalse("new InputDeviceCapabilities().firesTouchEvents");
shouldBeTrue("new InputDeviceCapabilities({ firesTouchEvents: true }).firesTouchEvents");
</script>
</body>
</html>