| Index: content/test/data/vibration/vibration_manager_cancel_test.html
|
| diff --git a/content/test/data/vibration/vibration_manager_cancel_test.html b/content/test/data/vibration/vibration_manager_cancel_test.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..fb8bd18bbdc81dd565f3d293dbe0f07c8947b011
|
| --- /dev/null
|
| +++ b/content/test/data/vibration/vibration_manager_cancel_test.html
|
| @@ -0,0 +1,15 @@
|
| +<html>
|
| + <head>
|
| + <title>Vibration Manager API test : Cancel</title>
|
| + <script type="text/javascript">
|
| +
|
| + function testCancel() {
|
| + navigator.vibrate(10000);
|
| + navigator.vibrate(0);
|
| + }
|
| +
|
| + </script>
|
| + </head>
|
| + <body onLoad="testCancel()">
|
| + </body>
|
| +</html>
|
|
|