mochitest.toml (1054B)
1 [DEFAULT] 2 scheme = "https" 3 prefs = [ 4 "dom.gamepad.test.enabled=true", 5 ] 6 support-files = [ 7 "gamepad_frame.html", 8 "gamepad_frame_state.html", 9 "mock_gamepad.js", 10 ] 11 12 ["test_check_timestamp.html"] 13 support-files = ["test_check_timestamp_iframe.html"] 14 15 ["test_gamepad.html"] 16 support-files = ["test_gamepad_iframe.html"] 17 18 ["test_gamepad_connect_events.html"] 19 support-files = ["test_gamepad_connect_events_iframe.html"] 20 21 ["test_gamepad_extensions.html"] 22 support-files = ["test_gamepad_extensions_iframe.html"] 23 24 ["test_gamepad_frame_state_sync.html"] 25 support-files = ["test_gamepad_frame_state_sync_iframe.html"] 26 skip-if = [ 27 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && !opt", # Bug 1879751 28 ] 29 30 ["test_gamepad_hidden_frame.html"] 31 # Android doesn't switch tabs on window.focus() 32 skip-if = [ 33 "os == 'android'", 34 ] 35 36 ["test_gamepad_multitouch_crossorigin.html"] 37 support-files = ["test_gamepad_multitouch_crossorigin_iframe.html"] 38 39 ["test_navigator_gamepads.html"] 40 support-files = ["test_navigator_gamepads_iframe.html"]