| Index: content/test/data/android/device_files/geolocation.html
|
| diff --git a/content/test/data/android/device_files/geolocation.html b/content/test/data/android/device_files/geolocation.html
|
| deleted file mode 100644
|
| index 729c339a4df51d9607c1a7e53fab64bd753d7dc8..0000000000000000000000000000000000000000
|
| --- a/content/test/data/android/device_files/geolocation.html
|
| +++ /dev/null
|
| @@ -1,17 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| - <head>
|
| - <title>Geolocation</title>
|
| - <script>
|
| - var positionCount = 0;
|
| - function gotPos(position) {
|
| - positionCount++;
|
| - }
|
| - function initiate_watchPosition() {
|
| - navigator.geolocation.watchPosition(gotPos, function() { }, { });
|
| - }
|
| - </script>
|
| - </head>
|
| - <body>
|
| - </body>
|
| -</html>
|
|
|