| Index: content/test/data/vibration/vibration_manager_vibrate_test.html
|
| diff --git a/content/test/data/vibration/vibration_manager_vibrate_test.html b/content/test/data/vibration/vibration_manager_vibrate_test.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..447b66393711a07ab01a4510120c62c838543b16
|
| --- /dev/null
|
| +++ b/content/test/data/vibration/vibration_manager_vibrate_test.html
|
| @@ -0,0 +1,14 @@
|
| +<html>
|
| + <head>
|
| + <title>Vibration Manager API test : Vibrate</title>
|
| + <script type="text/javascript">
|
| +
|
| + function testVibrate() {
|
| + navigator.vibrate(3000);
|
| + }
|
| +
|
| + </script>
|
| + </head>
|
| + <body onLoad="testVibrate()">
|
| + </body>
|
| +</html>
|
|
|