| Index: third_party/WebKit/LayoutTests/geolocation-api/resources/callback-to-remote-context-inner.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/resources/callback-to-remote-context-inner.html b/third_party/WebKit/LayoutTests/geolocation-api/resources/callback-to-remote-context-inner.html
|
| similarity index 77%
|
| rename from third_party/WebKit/LayoutTests/fast/dom/Geolocation/resources/callback-to-remote-context-inner.html
|
| rename to third_party/WebKit/LayoutTests/geolocation-api/resources/callback-to-remote-context-inner.html
|
| index 445f877614056eec94109d6f407c6436b6d0ab7b..eb521d2ff34d63cff0430f4e4d1b9ede3fddb044 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/resources/callback-to-remote-context-inner.html
|
| +++ b/third_party/WebKit/LayoutTests/geolocation-api/resources/callback-to-remote-context-inner.html
|
| @@ -1,8 +1,8 @@
|
| <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
|
| <html>
|
| <head>
|
| - <script src="../../../../resources/js-test.js"></script>
|
| - <script src="../../../../resources/mojo-helpers.js"></script>
|
| + <script src="../../resources/js-test.js"></script>
|
| + <script src="../../resources/mojo-helpers.js"></script>
|
| <script src="geolocation-mock.js"></script>
|
| <script>
|
| function init() {
|
|
|