summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/geolocation-API
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/geolocation-API')
-rw-r--r--testing/web-platform/meta/geolocation-API/PositionOptions.html.ini15
-rw-r--r--testing/web-platform/meta/geolocation-API/getCurrentPosition_IDL.html.ini9
-rw-r--r--testing/web-platform/meta/geolocation-API/getCurrentPosition_permission_allow.html.ini6
-rw-r--r--testing/web-platform/meta/geolocation-API/getCurrentPosition_permission_deny.html.ini6
-rw-r--r--testing/web-platform/meta/geolocation-API/watchPosition_permission_deny.html.ini6
5 files changed, 42 insertions, 0 deletions
diff --git a/testing/web-platform/meta/geolocation-API/PositionOptions.html.ini b/testing/web-platform/meta/geolocation-API/PositionOptions.html.ini
new file mode 100644
index 000000000..bc2916bbb
--- /dev/null
+++ b/testing/web-platform/meta/geolocation-API/PositionOptions.html.ini
@@ -0,0 +1,15 @@
+[PositionOptions.html]
+ type: testharness
+ expected: TIMEOUT
+ [Set timeout and maximumAge to 0, check that timeout error raised (getCurrentPosition)]
+ expected: NOTRUN
+
+ [Set timeout and maximumAge to 0, check that timeout error raised (watchPosition)]
+ expected: NOTRUN
+
+ [Check that a negative timeout value is equivalent to a 0 timeout value (getCurrentLocation)]
+ expected: NOTRUN
+
+ [Check that a negative timeout value is equivalent to a 0 timeout value (watchPosition)]
+ expected: NOTRUN
+
diff --git a/testing/web-platform/meta/geolocation-API/getCurrentPosition_IDL.html.ini b/testing/web-platform/meta/geolocation-API/getCurrentPosition_IDL.html.ini
new file mode 100644
index 000000000..54c8c8ce7
--- /dev/null
+++ b/testing/web-platform/meta/geolocation-API/getCurrentPosition_IDL.html.ini
@@ -0,0 +1,9 @@
+[getCurrentPosition_IDL.html]
+ type: testharness
+ expected: TIMEOUT
+ [getCurrentPosition success callback tests]
+ expected: TIMEOUT
+
+ [getCurrentPosition error callback tests]
+ expected: TIMEOUT
+
diff --git a/testing/web-platform/meta/geolocation-API/getCurrentPosition_permission_allow.html.ini b/testing/web-platform/meta/geolocation-API/getCurrentPosition_permission_allow.html.ini
new file mode 100644
index 000000000..c57ac919d
--- /dev/null
+++ b/testing/web-platform/meta/geolocation-API/getCurrentPosition_permission_allow.html.ini
@@ -0,0 +1,6 @@
+[getCurrentPosition_permission_allow.html]
+ type: testharness
+ expected: TIMEOUT
+ [User allows access, check that success callback is called or error callback is called with correct code.]
+ expected: NOTRUN
+
diff --git a/testing/web-platform/meta/geolocation-API/getCurrentPosition_permission_deny.html.ini b/testing/web-platform/meta/geolocation-API/getCurrentPosition_permission_deny.html.ini
new file mode 100644
index 000000000..6c86dec65
--- /dev/null
+++ b/testing/web-platform/meta/geolocation-API/getCurrentPosition_permission_deny.html.ini
@@ -0,0 +1,6 @@
+[getCurrentPosition_permission_deny.html]
+ type: testharness
+ expected: TIMEOUT
+ [User denies access, check that error callback is called with correct code]
+ expected: TIMEOUT
+
diff --git a/testing/web-platform/meta/geolocation-API/watchPosition_permission_deny.html.ini b/testing/web-platform/meta/geolocation-API/watchPosition_permission_deny.html.ini
new file mode 100644
index 000000000..5a0eb19b8
--- /dev/null
+++ b/testing/web-platform/meta/geolocation-API/watchPosition_permission_deny.html.ini
@@ -0,0 +1,6 @@
+[watchPosition_permission_deny.html]
+ type: testharness
+ expected: TIMEOUT
+ [Check that watchPosition returns synchronously before any callbacks are invoked.]
+ expected: NOTRUN
+