diff options
Diffstat (limited to 'LayoutTests/fast/dom/Geolocation/permission-denied-stops-watches.html')
-rw-r--r-- | LayoutTests/fast/dom/Geolocation/permission-denied-stops-watches.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/LayoutTests/fast/dom/Geolocation/permission-denied-stops-watches.html b/LayoutTests/fast/dom/Geolocation/permission-denied-stops-watches.html index 92f3a48..4f0f785 100644 --- a/LayoutTests/fast/dom/Geolocation/permission-denied-stops-watches.html +++ b/LayoutTests/fast/dom/Geolocation/permission-denied-stops-watches.html @@ -7,7 +7,7 @@ <body> <p id="description"></p> <div id="console"></div> -<script src="resources/permission-denied-stops-watches.js"></script> -<script src="resources/js-test-post.js"></script> +<script src="script-tests/permission-denied-stops-watches.js"></script> +<script src="../../js/resources/js-test-post.js"></script> </body> </html> |