Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(200)

Side by Side Diff: content/test/data/vibration/vibration_manager_cancel_test.html

Issue 1312123003: Add browsertests for //device/vibration. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed tryserver failure Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <html>
2 <head>
3 <title>Vibration Manager API test : Cancel</title>
4 <script type="text/javascript">
5
6 function testCancel() {
7 navigator.vibrate(10000);
8 navigator.vibrate(0);
9 }
10
11 </script>
12 </head>
13 <body onLoad="testCancel()">
14 </body>
15 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698