summaryrefslogtreecommitdiffstats
path: root/dom/tests/mochitest/geolocation/mochitest.toml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
commit26a029d407be480d791972afb5975cf62c9360a6 (patch)
treef435a8308119effd964b339f76abb83a57c29483 /dom/tests/mochitest/geolocation/mochitest.toml
parentInitial commit. (diff)
downloadfirefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz
firefox-26a029d407be480d791972afb5975cf62c9360a6.zip
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'dom/tests/mochitest/geolocation/mochitest.toml')
-rw-r--r--dom/tests/mochitest/geolocation/mochitest.toml100
1 files changed, 100 insertions, 0 deletions
diff --git a/dom/tests/mochitest/geolocation/mochitest.toml b/dom/tests/mochitest/geolocation/mochitest.toml
new file mode 100644
index 0000000000..28af26ceb3
--- /dev/null
+++ b/dom/tests/mochitest/geolocation/mochitest.toml
@@ -0,0 +1,100 @@
+[DEFAULT]
+# TODO: Refactor skip-if via Bug 1857079
+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"]
+
+["test_allowWatch.html"]
+
+["test_cachedPosition.html"]
+
+["test_cancelCurrent.html"]
+
+["test_cancelWatch.html"]
+
+["test_clearWatch.html"]
+
+["test_clearWatchBeforeAllowing.html"]
+
+["test_clearWatch_invalid.html"]
+
+["test_crossorigin_iframe.html"]
+support-files = ["crossorigin_iframe.html"]
+
+["test_enableHighAccuracy.html"]
+
+["test_errorcheck.html"]
+
+["test_featurePolicy.html"]
+support-files = ["file_featurePolicy.html"]
+
+["test_geoGetCurrentPositionBlockedInInsecureContext.html"]
+scheme = "http" # This test REQUIRES to run on HTTP (_NOT_ HTTPS).
+skip-if = [
+ "http3",
+ "http2",
+]
+
+["test_geoWatchPositionBlockedInInsecureContext.html"]
+scheme = "http" # This test REQUIRES to run on HTTP (_NOT_ HTTPS).
+skip-if = [
+ "http3",
+ "http2",
+]
+
+["test_geolocation_is_undefined_when_pref_is_off.html"]
+support-files = ["test_geolocation_is_undefined_when_pref_is_off_iframe.html"]
+
+["test_hidden.html"]
+skip-if = [
+ "os == 'android'", # test uses popup windows
+ "condprof",
+] #: timed out
+support-files = ["popup.html"]
+
+["test_manyCurrentConcurrent.html"]
+skip-if = ["condprof"] #: timed out
+
+["test_manyCurrentSerial.html"]
+skip-if = [
+ "condprof", #: timed out
+]
+
+["test_manyWatchConcurrent.html"]
+skip-if = ["condprof"] #: timed out
+
+["test_manyWatchSerial.html"]
+
+["test_manyWindows.html"]
+
+["test_native_provider.html"]
+skip-if = [
+ "os != 'android'",
+]
+
+["test_not_fully_active.html"]
+support-files = ["popup.html"]
+
+["test_optional_api_params.html"]
+
+["test_shutdown.html"]
+
+["test_timeoutCurrent.html"]
+
+["test_timerRestartWatch.html"]
+
+["test_windowClose.html"]
+
+["test_worseAccuracyDoesNotBlockCallback.html"]