diff options
Diffstat (limited to 'testing/web-platform/meta/geolocation-API')
5 files changed, 0 insertions, 42 deletions
diff --git a/testing/web-platform/meta/geolocation-API/PositionOptions.html.ini b/testing/web-platform/meta/geolocation-API/PositionOptions.html.ini deleted file mode 100644 index bc2916bbb..000000000 --- a/testing/web-platform/meta/geolocation-API/PositionOptions.html.ini +++ /dev/null @@ -1,15 +0,0 @@ -[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 deleted file mode 100644 index 54c8c8ce7..000000000 --- a/testing/web-platform/meta/geolocation-API/getCurrentPosition_IDL.html.ini +++ /dev/null @@ -1,9 +0,0 @@ -[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 deleted file mode 100644 index c57ac919d..000000000 --- a/testing/web-platform/meta/geolocation-API/getCurrentPosition_permission_allow.html.ini +++ /dev/null @@ -1,6 +0,0 @@ -[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 deleted file mode 100644 index 6c86dec65..000000000 --- a/testing/web-platform/meta/geolocation-API/getCurrentPosition_permission_deny.html.ini +++ /dev/null @@ -1,6 +0,0 @@ -[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 deleted file mode 100644 index 5a0eb19b8..000000000 --- a/testing/web-platform/meta/geolocation-API/watchPosition_permission_deny.html.ini +++ /dev/null @@ -1,6 +0,0 @@ -[watchPosition_permission_deny.html] - type: testharness - expected: TIMEOUT - [Check that watchPosition returns synchronously before any callbacks are invoked.] - expected: NOTRUN - |