trisquel-icecat/icecat/dom/system/tests/mochitest.toml
2025-10-06 02:35:48 -06:00

15 lines
425 B
TOML

[DEFAULT]
tags = "condprof"
scheme = "https"
support-files = ["file_bug1197901.html"]
["test_HapticFeedback.html"]
run-if = ["android"] # Haptic feedback is only supported on Android
["test_bug1197901.html"]
skip-if = [
"os == 'android'",
"condprof", #: "Only focused window should get the sensor events"
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && !fission",
]