[vibration-tests] Add one test for Vibration API (#1360)

- This new case checks that navigator.vibrate([0, 0, 2000]) behaviors like navigator.vibrate([2000]).
- The device to vibrate 0ms and still for 0ms takes no vibration effect, but the values are valid unsigned long.

View on GitHub: https://github.com/w3c/web-platform-tests/pull/1360

Received on Wednesday, 5 November 2014 03:02:55 UTC