mochitest.toml (1169B)
1 [DEFAULT] 2 support-files = [ 3 "file_empty.html", 4 "file_iframe_user_activated.html", 5 "file_iframe_check_user_activation.html", 6 "file_iframe_consume_user_activation.html", 7 "file_clipboard_common.js", 8 ] 9 prefs = ["formhelper.autozoom.force-disable.test-only=true"] 10 11 ["test_clipboard_editor.html"] 12 13 ["test_clipboard_noeditor.html"] 14 15 ["test_popup_blocker_async_callback.html"] 16 17 ["test_popup_blocker_form_target_blank.html"] 18 support-files = ["file_self_close.html"] 19 20 ["test_popup_blocker_link_target_blank.html"] 21 support-files = ["file_self_close.html"] 22 23 ["test_popup_blocker_microtask.html"] 24 25 ["test_popup_blocker_mouse_event.html"] 26 27 ["test_popup_blocker_pointer_event.html"] 28 29 ["test_popup_blocker_postmessage.html"] 30 31 ["test_useractivation_has_been_activated.html"] 32 33 ["test_useractivation_open_new_window.html"] 34 support-files = ["file_self_close.html"] 35 36 ["test_useractivation_sandbox_transient.html"] 37 support-files = ["file_useractivation_sandbox_transient_popup.html"] 38 39 ["test_useractivation_scrollbar.html"] 40 run-if = [ 41 "os != 'android'", # scrollbar not showed on mobile 42 ] 43 44 ["test_useractivation_transient.html"] 45 46 ["test_useractivation_transient_consuming.html"]