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

Side by Side Diff: third_party/WebKit/LayoutTests/vibration/cancel-vibration-during-pattern-vibrating-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 10: A call to navigator.vibrate will soon require user tap on the frame or any embedded frame:https://www.chromestatus.com/feature/5644273 861001216.
2 CONSOLE WARNING: line 16: A call to navigator.vibrate will soon require user tap on the frame or any embedded frame:https://www.chromestatus.com/feature/5644273 861001216.
3 CONSOLE WARNING: line 10: A call to navigator.vibrate will soon require user tap on the frame or any embedded frame:https://www.chromestatus.com/feature/5644273 861001216.
4 CONSOLE WARNING: line 16: A call to navigator.vibrate will soon require user tap on the frame or any embedded frame:https://www.chromestatus.com/feature/5644273 861001216.
5 CONSOLE WARNING: line 10: A call to navigator.vibrate will soon require user tap on the frame or any embedded frame:https://www.chromestatus.com/feature/5644273 861001216.
6 CONSOLE WARNING: line 16: A call to navigator.vibrate will soon require user tap on the frame or any embedded frame:https://www.chromestatus.com/feature/5644273 861001216.
7 CONSOLE WARNING: line 10: A call to navigator.vibrate will soon require user tap on the frame or any embedded frame:https://www.chromestatus.com/feature/5644273 861001216.
8 CONSOLE WARNING: line 16: A call to navigator.vibrate will soon require user tap on the frame or any embedded frame:https://www.chromestatus.com/feature/5644273 861001216.
1 Tests the cancelVibration during pattern vibration is working. 9 Tests the cancelVibration during pattern vibration is working.
2 10
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 11 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 12
5 13
6 PASS internals.isVibrating(navigator) is false 14 PASS internals.isVibrating(navigator) is false
7 PASS internals.isVibrating(navigator) is true 15 PASS internals.isVibrating(navigator) is true
8 PASS internals.isVibrating(navigator) is false 16 PASS internals.isVibrating(navigator) is false
9 PASS internals.isVibrating(navigator) is true 17 PASS internals.isVibrating(navigator) is true
10 PASS internals.isVibrating(navigator) is false 18 PASS internals.isVibrating(navigator) is false
11 PASS internals.isVibrating(navigator) is true 19 PASS internals.isVibrating(navigator) is true
12 PASS internals.isVibrating(navigator) is false 20 PASS internals.isVibrating(navigator) is false
13 PASS internals.isVibrating(navigator) is true 21 PASS internals.isVibrating(navigator) is true
14 PASS internals.isVibrating(navigator) is false 22 PASS internals.isVibrating(navigator) is false
15 PASS successfullyParsed is true 23 PASS successfullyParsed is true
16 24
17 TEST COMPLETE 25 TEST COMPLETE
18 26
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698