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

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: Move test file Created 5 years, 2 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
« no previous file with comments | « content/test/BUILD.gn ('k') | content/test/data/vibration/vibration_manager_vibrate_test.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « content/test/BUILD.gn ('k') | content/test/data/vibration/vibration_manager_vibrate_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698