Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/dom/Geolocation/script-tests/TEMPLATE.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/script-tests/TEMPLATE.html |
| index a44cea6ae5efb61151a6c29de25eb96b9e332bb8..4922b50515445ce09a74c0c50dea156194baf27c 100644 |
| --- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/script-tests/TEMPLATE.html |
| +++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/script-tests/TEMPLATE.html |
| @@ -2,6 +2,8 @@ |
| <html> |
| <head> |
| <script src="../../../resources/js-test.js"></script> |
| +<script src="../../../resources/mojo-helpers.js"></script> |
| +<script src="resources/geolocation-mock.js"></script> |
| </head> |
| <body> |
| <script src="YOUR_JS_FILE_HERE"></script> |
|
Michael van Ouwerkerk
2016/05/10 17:48:32
What does this file even do? Let's delete it.
Sam McNally
2016/05/11 00:40:41
Done.
|