--- /home/clopez/webkit/webkit/layout-test-results/vibration/navigator-vibration-expected.txt +++ /home/clopez/webkit/webkit/layout-test-results/vibration/navigator-vibration-actual.txt @@ -3,13 +3,13 @@ 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(); threw exception TypeError: Not enough arguments. -PASS navigator.vibrate([1], [2]); is true +FAIL navigator.vibrate(0); should be true. Threw exception TypeError: navigator.vibrate is not a function. (In 'navigator.vibrate(0)', 'navigator.vibrate' is undefined) +FAIL navigator.vibrate([]); should be true. Threw exception TypeError: navigator.vibrate is not a function. (In 'navigator.vibrate([])', 'navigator.vibrate' is undefined) +FAIL navigator.vibrate(1); should be true. Threw exception TypeError: navigator.vibrate is not a function. (In 'navigator.vibrate(1)', 'navigator.vibrate' is undefined) +FAIL navigator.vibrate([1, 2]); should be true. Threw exception TypeError: navigator.vibrate is not a function. (In 'navigator.vibrate([1, 2])', 'navigator.vibrate' is undefined) +FAIL navigator.vibrate([1, 2, 3]); should be true. Threw exception TypeError: navigator.vibrate is not a function. (In 'navigator.vibrate([1, 2, 3])', 'navigator.vibrate' is undefined) +PASS navigator.vibrate(); threw exception TypeError: navigator.vibrate is not a function. (In 'navigator.vibrate()', 'navigator.vibrate' is undefined). +FAIL navigator.vibrate([1], [2]); should be true. Threw exception TypeError: navigator.vibrate is not a function. (In 'navigator.vibrate([1], [2])', 'navigator.vibrate' is undefined) PASS successfullyParsed is true TEST COMPLETE