mochitest.toml (1082B)
1 [DEFAULT] 2 skip-if = [ 3 "os == 'android'", # bug 1730213 4 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && ccov", 5 ] 6 tags = "resistfingerprinting" 7 8 support-files = [ 9 "file_animation_api.html", 10 "worker_child.js", 11 "worker_grandchild.js", 12 "!/dom/geolocation/test/mochitest/network_geolocation.sjs", 13 ] 14 15 ["test_animation_api.html"] 16 17 ["test_bug863246_resource_uri.html"] 18 skip-if = [ 19 "verify-standalone", 20 ] 21 22 ["test_bug1354633_media_error.html"] 23 support-files = ["decode_error.mp4"] 24 25 ["test_bug1382499_touch_api.html"] 26 27 ["test_bug1885101_screenwindow_sizes.html"] 28 29 ["test_device_sensor_event.html"] 30 skip-if = [ 31 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11'", # Bug 1792846 32 ] 33 34 ["test_geolocation.html"] 35 scheme = "https" 36 37 ["test_hide_gamepad_info.html"] 38 scheme = "https" 39 support-files = ["test_hide_gamepad_info_iframe.html"] 40 41 ["test_keyboard_event.html"] 42 43 ["test_pointer_event.html"] 44 support-files = ["../../../../../dom/events/test/pointerevents/mochitest_support_external.js"] 45 46 ["test_speech_synthesis.html"]