mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
[getCurrentPosition_IDL.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[getCurrentPosition success callback tests]
|
||||
expected: TIMEOUT
|
||||
|
||||
[getCurrentPosition error callback tests]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
@ -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
|
||||
|
||||
|
|
@ -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
|
||||
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[watchPosition_permission_deny.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Check that watchPosition returns synchronously before any callbacks are invoked.]
|
||||
expected: NOTRUN
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue