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

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

Issue 14631011: Update TestExpectations entries for previously skipped tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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
Index: LayoutTests/fast/dom/navigator-vibration-expected.txt
diff --git a/LayoutTests/fast/dom/navigator-vibration-expected.txt b/LayoutTests/fast/dom/navigator-vibration-expected.txt
index 475be69acd81aeca83ab773af9bdb80bfc97097d..ee41a35c7b6a98cdbd6f1b3641c75ad637748eb8 100644
--- a/LayoutTests/fast/dom/navigator-vibration-expected.txt
+++ b/LayoutTests/fast/dom/navigator-vibration-expected.txt
@@ -3,12 +3,12 @@ Test for the Vibration API.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS navigator.vibrate(0); is undefined
-PASS navigator.vibrate([]); is undefined
-PASS navigator.vibrate(1000); is undefined
-PASS navigator.vibrate([1000, 300, 500]); is undefined
-PASS navigator.vibrate(4294967295); is undefined
-PASS navigator.vibrate(); threw exception TypeError: Not enough arguments.
+FAIL navigator.vibrate(0); should be undefined. Threw exception TypeError: Object #<Navigator> has no method 'vibrate'
+FAIL navigator.vibrate([]); should be undefined. Threw exception TypeError: Object #<Navigator> has no method 'vibrate'
+FAIL navigator.vibrate(1000); should be undefined. Threw exception TypeError: Object #<Navigator> has no method 'vibrate'
+FAIL navigator.vibrate([1000, 300, 500]); should be undefined. Threw exception TypeError: Object #<Navigator> has no method 'vibrate'
+FAIL navigator.vibrate(4294967295); should be undefined. Threw exception TypeError: Object #<Navigator> has no method 'vibrate'
+PASS navigator.vibrate(); threw exception TypeError: Object #<Navigator> has no method 'vibrate'.
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698