blob: 475be69acd81aeca83ab773af9bdb80bfc97097d [file] [log] [blame]
Test for the Vibration API.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS navigator.vibrate(0); is undefined
PASS navigator.vibrate([]); is undefined
PASS navigator.vibrate(1000); is undefined
PASS navigator.vibrate([1000, 300, 500]); is undefined
PASS navigator.vibrate(4294967295); is undefined
PASS navigator.vibrate(); threw exception TypeError: Not enough arguments.
PASS successfullyParsed is true
TEST COMPLETE