| Index: LayoutTests/fast/dom/Geolocation/not-enough-arguments.html
|
| diff --git a/LayoutTests/fast/dom/Geolocation/not-enough-arguments.html b/LayoutTests/fast/dom/Geolocation/not-enough-arguments.html
|
| index dfda445247084af5a53c907275635d85a6870dde..8cc2dc9babaf1f75024dfe5583b6a95fd16daf2b 100644
|
| --- a/LayoutTests/fast/dom/Geolocation/not-enough-arguments.html
|
| +++ b/LayoutTests/fast/dom/Geolocation/not-enough-arguments.html
|
| @@ -9,7 +9,7 @@ description("Tests how Geolocation handles receiving too few arguments.");
|
|
|
| shouldThrow("window.navigator.geolocation.getCurrentPosition()");
|
| shouldThrow("window.navigator.geolocation.watchPosition()");
|
| -shouldThrow("window.navigator.geolocation.clearWatch()");
|
| +shouldThrow("window.navigator.geolocation.clearWatch()", '"TypeError: Failed to execute \'clearWatch\' on \'Geolocation\': 1 argument required, but only 0 present."');
|
| </script>
|
| <script src="../../js/resources/js-test-post.js"></script>
|
| </body>
|
|
|