41 lines
959 B
TOML
41 lines
959 B
TOML
[DEFAULT]
|
|
skip-if = [
|
|
"os == 'android'", # bug 1730213
|
|
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && ccov",
|
|
]
|
|
tags = "resistfingerprinting"
|
|
|
|
support-files = [
|
|
"file_animation_api.html",
|
|
"worker_child.js",
|
|
"worker_grandchild.js",
|
|
"!/dom/geolocation/test/mochitest/network_geolocation.sjs",
|
|
]
|
|
|
|
["test_animation_api.html"]
|
|
|
|
["test_bug863246_resource_uri.html"]
|
|
|
|
["test_bug1354633_media_error.html"]
|
|
support-files = ["decode_error.mp4"]
|
|
|
|
["test_bug1382499_touch_api.html"]
|
|
|
|
["test_bug1885101_screenwindow_sizes.html"]
|
|
|
|
["test_device_sensor_event.html"]
|
|
|
|
["test_geolocation.html"]
|
|
scheme = "https"
|
|
|
|
["test_hide_gamepad_info.html"]
|
|
scheme = "https"
|
|
support-files = ["test_hide_gamepad_info_iframe.html"]
|
|
|
|
["test_keyboard_event.html"]
|
|
|
|
["test_pointer_event.html"]
|
|
support-files = ["../../../../../dom/events/test/pointerevents/mochitest_support_external.js"]
|
|
|
|
["test_speech_synthesis.html"]
|
|
skip-if = ["verify"]
|