blob: 44caab9fa5e7e265780ca7d1a2e02732afe89ee5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
[DEFAULT]
tags = geolocation condprof
scheme = https
support-files =
geolocation.html
geolocation_common.js
network_geolocation.sjs
windowTest.html
popup.html
prefs =
dom.security.featurePolicy.header.enabled=true
dom.security.featurePolicy.webidl.enabled=true
[test_allowCurrent.html]
skip-if = xorigin # Hangs
[test_allowWatch.html]
skip-if = xorigin # Hangs
[test_hidden.html]
skip-if = xorigin # Hangs
toolkit == 'android' # test uses popup windows
condprof #: timed out
support-files = popup.html
[test_cachedPosition.html]
fail-if = xorigin
[test_cancelCurrent.html]
[test_cancelWatch.html]
[test_clearWatch.html]
skip-if = xorigin # Hangs
[test_clearWatchBeforeAllowing.html]
skip-if = xorigin # Hangs
[test_clearWatch_invalid.html]
[test_crossorigin_iframe.html]
support-files = crossorigin_iframe.html
fail-if = xorigin
[test_enableHighAccuracy.html]
skip-if = xorigin
[test_errorcheck.html]
fail-if = xorigin
[test_geolocation_is_undefined_when_pref_is_off.html]
support-files = test_geolocation_is_undefined_when_pref_is_off_iframe.html
[test_manyCurrentConcurrent.html]
fail-if = xorigin
skip-if = condprof #: timed out
[test_manyCurrentSerial.html]
skip-if = xorigin # Hangs
condprof #: timed out
[test_manyWatchConcurrent.html]
fail-if = xorigin
skip-if = condprof #: timed out
[test_manyWatchSerial.html]
skip-if = xorigin # Hangs
[test_manyWindows.html]
[test_native_provider.html]
skip-if = toolkit != 'android'
[test_optional_api_params.html]
[test_shutdown.html]
fail-if = xorigin
[test_timeoutCurrent.html]
fail-if = xorigin
[test_timerRestartWatch.html]
skip-if = xorigin # Hangs
[test_windowClose.html]
[test_worseAccuracyDoesNotBlockCallback.html]
skip-if = xorigin # Hangs
[test_featurePolicy.html]
support-files = file_featurePolicy.html
fail-if = xorigin
[test_not_fully_active.html]
skip-if = xorigin # Hangs
support-files = popup.html
# This test REQUIRES to run on HTTP (_NOT_ HTTPS).
[test_geoWatchPositionBlockedInInsecureContext.html]
scheme = http
skip-if =
http3
# This test REQUIRES to run on HTTP (_NOT_ HTTPS).
[test_geoGetCurrentPositionBlockedInInsecureContext.html]
scheme = http
skip-if =
http3
|