summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/geolocation-API
diff options
context:
space:
mode:
authorMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
committerMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
commit5f8de423f190bbb79a62f804151bc24824fa32d8 (patch)
tree10027f336435511475e392454359edea8e25895d /testing/web-platform/meta/geolocation-API
parent49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff)
downloadUXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip
Add m-esr52 at 52.6.0
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
+