| Index: LayoutTests/dart/dom/Geolocation.html
|
| diff --git a/LayoutTests/dart/dom/Geolocation.html b/LayoutTests/dart/dom/Geolocation.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..2c25c8c1e1de4c331ba249409a535f78396c663c
|
| --- /dev/null
|
| +++ b/LayoutTests/dart/dom/Geolocation.html
|
| @@ -0,0 +1,7 @@
|
| +<script>
|
| + internals.setGeolocationClientMock(document);
|
| + internals.setGeolocationPermission(document, true);
|
| + internals.setGeolocationPosition(document, 239, 239, 1);
|
| +</script>
|
| +<script type="application/javascript" src="../../../../../dart/pkg/unittest/lib/test_controller.js"></script>
|
| +<script type="application/dart" src="GeolocationTest.dart"></script>
|
|
|