| 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
|
| deleted file mode 100644
|
| index 6d3a442b5274f162e2c28d53fd4e83c499296286..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/dom/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 false
|
| -PASS navigator.vibrate(-1); is false
|
| -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 false
|
| -PASS navigator.vibrate(); threw exception TypeError: Not enough arguments.
|
| -PASS navigator.vibrate([1], [2]); threw exception TypeError: Type error.
|
| -PASS successfullyParsed is true
|
| -
|
| -TEST COMPLETE
|
| -
|
|
|