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

Side by Side Diff: third_party/WebKit/LayoutTests/vibration/vibration-exceptions-expected.txt

Issue 2778693004: Remove navigator.vibrate without user gesture. (Closed)
Patch Set: Add entries in histograms.xml to fix the broken about_flags_unittest. Created 3 years, 8 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
1 CONSOLE WARNING: line 1: A call to navigator.vibrate will soon require user tap on the frame or any embedded frame:https://www.chromestatus.com/feature/56442738 61001216.
2 CONSOLE WARNING: line 1: A call to navigator.vibrate will soon require user tap on the frame or any embedded frame:https://www.chromestatus.com/feature/56442738 61001216.
1 Tests that bad input throws exceptions in the Vibration API. 3 Tests that bad input throws exceptions in the Vibration API.
2 4
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 6
5 7
6 PASS navigator.vibrate() threw exception TypeError: Failed to execute 'vibrate' on 'Navigator': 1 argument required, but only 0 present.. 8 PASS navigator.vibrate() threw exception TypeError: Failed to execute 'vibrate' on 'Navigator': 1 argument required, but only 0 present..
7 PASS navigator.vibrate(1, 2) is true 9 PASS navigator.vibrate(1, 2) is true
8 PASS navigator.vibrate([1], [2]) is true 10 PASS navigator.vibrate([1], [2]) is true
9 PASS successfullyParsed is true 11 PASS successfullyParsed is true
10 12
11 TEST COMPLETE 13 TEST COMPLETE
12 14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698