4 <script src=
"../../resources/js-test.js"></script>
8 description("This tests the constructor for the InputDeviceCapabilities DOM class.");
10 shouldBeFalse("new InputDeviceCapabilities().firesTouchEvents");
11 shouldBeTrue("new InputDeviceCapabilities({ firesTouchEvents: true }).firesTouchEvents");