import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo

This commit is contained in:
Roy Tam 2018-01-19 03:59:58 +08:00
commit dcd9973243
150858 changed files with 23884658 additions and 0 deletions

View file

@ -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

View file

@ -0,0 +1,9 @@
[getCurrentPosition_IDL.html]
type: testharness
expected: TIMEOUT
[getCurrentPosition success callback tests]
expected: TIMEOUT
[getCurrentPosition error callback tests]
expected: TIMEOUT

View file

@ -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

View file

@ -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

View file

@ -0,0 +1,6 @@
[watchPosition_permission_deny.html]
type: testharness
expected: TIMEOUT
[Check that watchPosition returns synchronously before any callbacks are invoked.]
expected: NOTRUN