From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- .../meta/geolocation-API/PositionOptions.html.ini | 15 +++++++++++++++ .../meta/geolocation-API/getCurrentPosition_IDL.html.ini | 9 +++++++++ .../getCurrentPosition_permission_allow.html.ini | 6 ++++++ .../getCurrentPosition_permission_deny.html.ini | 6 ++++++ .../watchPosition_permission_deny.html.ini | 6 ++++++ 5 files changed, 42 insertions(+) create mode 100644 testing/web-platform/meta/geolocation-API/PositionOptions.html.ini create mode 100644 testing/web-platform/meta/geolocation-API/getCurrentPosition_IDL.html.ini create mode 100644 testing/web-platform/meta/geolocation-API/getCurrentPosition_permission_allow.html.ini create mode 100644 testing/web-platform/meta/geolocation-API/getCurrentPosition_permission_deny.html.ini create mode 100644 testing/web-platform/meta/geolocation-API/watchPosition_permission_deny.html.ini (limited to 'testing/web-platform/meta/geolocation-API') 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 + -- cgit v1.2.3