Description

This test checks for the presence of the vibrate() method, taking vendor prefixes into account.

Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
Passvibrate() is present on navigator
Asserts run
Pass
assert_not_equals(undefined, function "function vibrate() { [native code] }", "navigator.vibrate exists")
    at Test.<anonymous> ( /vibration/api-is-present.html:22:11)