| Index: LayoutTests/vibration/vibration-exceptions-expected.txt
|
| diff --git a/LayoutTests/vibration/vibration-exceptions-expected.txt b/LayoutTests/vibration/vibration-exceptions-expected.txt
|
| index cce2df47031ca52755bf0845bb63616f6c818e85..9cf8e19650841f0ffdf58ad826f400883c1cb656 100644
|
| --- a/LayoutTests/vibration/vibration-exceptions-expected.txt
|
| +++ b/LayoutTests/vibration/vibration-exceptions-expected.txt
|
| @@ -4,8 +4,8 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
|
|
|
|
| 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: Failed to execute 'vibrate' on 'Navigator': No function was found that matched the signature provided..
|
| -PASS navigator.vibrate([1], [2]); threw exception TypeError: Failed to execute 'vibrate' on 'Navigator': No function was found that matched the signature provided..
|
| +PASS navigator.vibrate(1, 2); threw exception TypeError: Failed to execute 'vibrate' on 'Navigator': 1 argument required, but only 2 present..
|
| +PASS navigator.vibrate([1], [2]); threw exception TypeError: Failed to execute 'vibrate' on 'Navigator': 1 argument required, but only 2 present..
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|