| 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 8cc2dc9babaf1f75024dfe5583b6a95fd16daf2b..cd6662ca6df5d9004338e3933fdbaf6d5f1f43a6 100644
|
| --- a/LayoutTests/fast/dom/Geolocation/not-enough-arguments.html
|
| +++ b/LayoutTests/fast/dom/Geolocation/not-enough-arguments.html
|
| @@ -11,6 +11,5 @@ shouldThrow("window.navigator.geolocation.getCurrentPosition()");
|
| shouldThrow("window.navigator.geolocation.watchPosition()");
|
| 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>
|
| </html>
|
|
|