| Index: LayoutTests/fast/dom/Geolocation/not-enough-arguments-expected.txt
|
| diff --git a/LayoutTests/fast/dom/Geolocation/not-enough-arguments-expected.txt b/LayoutTests/fast/dom/Geolocation/not-enough-arguments-expected.txt
|
| index ad3764d10026fce3df4995b1e86da56d4886e74d..8edf0468515bf14c79b686d1b7797f89a6cbd06c 100644
|
| --- a/LayoutTests/fast/dom/Geolocation/not-enough-arguments-expected.txt
|
| +++ b/LayoutTests/fast/dom/Geolocation/not-enough-arguments-expected.txt
|
| @@ -5,7 +5,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
|
|
| PASS window.navigator.geolocation.getCurrentPosition() threw exception TypeMismatchError: The type of an object was incompatible with the expected type of the parameter associated to the object..
|
| PASS window.navigator.geolocation.watchPosition() threw exception TypeMismatchError: The type of an object was incompatible with the expected type of the parameter associated to the object..
|
| -PASS window.navigator.geolocation.clearWatch() threw exception TypeError: Not enough arguments.
|
| +PASS window.navigator.geolocation.clearWatch() threw exception TypeError: Failed to execute 'clearWatch' on 'Geolocation': 1 argument required, but only 0 present..
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|