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

Unified Diff: LayoutTests/vibration/navigator-vibration-expected.txt

Issue 40443002: Add Vibration API layout tests that inspect internal state. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase. Address review comments. Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/vibration/navigator-vibration.html ('k') | LayoutTests/vibration/vibration-durations.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/vibration/navigator-vibration-expected.txt
diff --git a/LayoutTests/vibration/navigator-vibration-expected.txt b/LayoutTests/vibration/navigator-vibration-expected.txt
deleted file mode 100644
index bb353758d529dc0313ed50c97f8a80b87e1cb1b0..0000000000000000000000000000000000000000
--- a/LayoutTests/vibration/navigator-vibration-expected.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-Test for the Vibration API.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS navigator.vibrate(0); is true
-PASS navigator.vibrate([]); is true
-PASS navigator.vibrate(1); is true
-PASS navigator.vibrate([1, 2]); is true
-PASS navigator.vibrate([1, 2, 3]); is true
-PASS navigator.vibrate(10000); is true
-PASS navigator.vibrate(10001); is true
-PASS navigator.vibrate(-1); is true
-PASS var p = []; for (var i = 0; i < 99; i++) p[i] = 1; navigator.vibrate(p); is true
-PASS var p = []; for (var i = 0; i < 100; i++) p[i] = 1; navigator.vibrate(p); is true
-PASS navigator.vibrate(); threw exception TypeError: Failed to execute 'vibrate' on 'Navigator': 1 argument required, but only 0 present..
-PASS navigator.vibrate([1], [2]); threw exception TypeError: Type error.
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « LayoutTests/vibration/navigator-vibration.html ('k') | LayoutTests/vibration/vibration-durations.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698