| Index: LayoutTests/fast/dom/Geolocation/script-tests/argument-types.js
|
| diff --git a/LayoutTests/fast/dom/Geolocation/script-tests/argument-types.js b/LayoutTests/fast/dom/Geolocation/script-tests/argument-types.js
|
| index c35c5fb2a12e79ed01d08d324efda6bfa7cc28d9..6c007e9517248fea7636a72e927a33d2a103bb4f 100644
|
| --- a/LayoutTests/fast/dom/Geolocation/script-tests/argument-types.js
|
| +++ b/LayoutTests/fast/dom/Geolocation/script-tests/argument-types.js
|
| @@ -64,11 +64,11 @@ test('navigator.geolocation.getCurrentPosition(emptyFunction, undefined, null)',
|
| test('navigator.geolocation.getCurrentPosition(emptyFunction, undefined, {})', false);
|
| test('navigator.geolocation.getCurrentPosition(emptyFunction, undefined, objectThrowingException)', true, 'Error: enableHighAccuracy getter exception');
|
| test('navigator.geolocation.getCurrentPosition(emptyFunction, undefined, emptyFunction)', false);
|
| -test('navigator.geolocation.getCurrentPosition(emptyFunction, undefined, true)', false);
|
| -test('navigator.geolocation.getCurrentPosition(emptyFunction, undefined, 42)', false);
|
| -test('navigator.geolocation.getCurrentPosition(emptyFunction, undefined, Infinity)', false);
|
| -test('navigator.geolocation.getCurrentPosition(emptyFunction, undefined, -Infinity)', false);
|
| -test('navigator.geolocation.getCurrentPosition(emptyFunction, undefined, "string")', false);
|
| +test('navigator.geolocation.getCurrentPosition(emptyFunction, undefined, true)', true);
|
| +test('navigator.geolocation.getCurrentPosition(emptyFunction, undefined, 42)', true);
|
| +test('navigator.geolocation.getCurrentPosition(emptyFunction, undefined, Infinity)', true);
|
| +test('navigator.geolocation.getCurrentPosition(emptyFunction, undefined, -Infinity)', true);
|
| +test('navigator.geolocation.getCurrentPosition(emptyFunction, undefined, "string")', true);
|
|
|
| test('navigator.geolocation.getCurrentPosition(emptyFunction, undefined, {dummyProperty:undefined})', false);
|
| test('navigator.geolocation.getCurrentPosition(emptyFunction, undefined, {dummyProperty:null})', false);
|
|
|