diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
commit | 2aa4a82499d4becd2284cdb482213d541b8804dd (patch) | |
tree | b80bf8bf13c3766139fbacc530efd0dd9d54394c /toolkit/components/places/tests/unifiedcomplete/xpcshell.ini | |
parent | Initial commit. (diff) | |
download | firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.tar.xz firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.zip |
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'toolkit/components/places/tests/unifiedcomplete/xpcshell.ini')
-rw-r--r-- | toolkit/components/places/tests/unifiedcomplete/xpcshell.ini | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/toolkit/components/places/tests/unifiedcomplete/xpcshell.ini b/toolkit/components/places/tests/unifiedcomplete/xpcshell.ini new file mode 100644 index 0000000000..cf80015682 --- /dev/null +++ b/toolkit/components/places/tests/unifiedcomplete/xpcshell.ini @@ -0,0 +1,33 @@ +[DEFAULT] +head = head_autocomplete.js +skip-if = toolkit == "android" || appname == "thunderbird" +firefox-appdir = browser +support-files = + data/engine-rel-searchform.xml + data/engine-suggestions.xml + !/toolkit/components/places/tests/favicons/favicon-normal16.png + +[test_416211.js] +[test_416214.js] +[test_417798.js] +[test_418257.js] +[test_422277.js] +[test_autocomplete_stopSearch_no_throw.js] +[test_do_not_trim.js] +[test_download_embed_bookmarks.js] +[test_empty_search.js] +[test_escape_self.js] +[test_history_autocomplete_tags.js] +[test_ignore_protocol.js] +[test_keyword_search.js] +[test_keyword_search_actions.js] +[test_multi_word_search.js] +[test_preloaded_sites.js] +[test_remote_tab_matches.js] +skip-if = !sync +[test_search_engine_alias.js] +[test_search_engine_restyle.js] +[test_special_search.js] +[test_swap_protocol.js] +[test_tab_matches.js] +[test_word_boundary_search.js] |