mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-06 03:09:18 +02:00
Original Revision: https://phabricator.services.mozilla.com/D220168 Differential Revision: https://phabricator.services.mozilla.com/D221186
60 lines
1.5 KiB
TOML
60 lines
1.5 KiB
TOML
[DEFAULT]
|
|
run-if = ["os == 'win'"]
|
|
support-files = [
|
|
"head.js",
|
|
]
|
|
|
|
["browser_clipboard_content_analysis.js"]
|
|
|
|
["browser_clipboard_paste_file_content_analysis.js"]
|
|
support-files = [
|
|
"clipboard_paste_file.html",
|
|
]
|
|
|
|
["browser_clipboard_paste_inputandtextarea_content_analysis.js"]
|
|
support-files = [
|
|
"clipboard_paste_inputandtextarea.html",
|
|
]
|
|
|
|
["browser_clipboard_paste_inputandtextarea_iframe_content_analysis.js"]
|
|
support-files = [
|
|
"clipboard_paste_inputandtextarea.html",
|
|
"clipboard_paste_inputandtextarea_containing_frame.html",
|
|
]
|
|
|
|
["browser_clipboard_paste_noformatting_content_analysis.js"]
|
|
support-files = [
|
|
"clipboard_paste_noformatting.html",
|
|
]
|
|
|
|
["browser_clipboard_paste_prompt_content_analysis.js"]
|
|
support-files = [
|
|
"clipboard_paste_prompt.html",
|
|
]
|
|
|
|
["browser_clipboard_read_async_content_analysis.js"]
|
|
support-files = [
|
|
"clipboard_read_async.html",
|
|
]
|
|
|
|
["browser_content_analysis_policies.js"]
|
|
|
|
["browser_print_changing_page_content_analysis.js"]
|
|
support-files = [
|
|
"!/toolkit/components/printing/tests/head.js",
|
|
"changing_page_for_print.html",
|
|
]
|
|
|
|
["browser_print_content_analysis.js"]
|
|
support-files = [
|
|
"!/toolkit/components/printing/tests/head.js",
|
|
"!/toolkit/components/printing/tests/longerArticle.html",
|
|
"!/toolkit/components/printing/tests/simplifyArticleSample.html",
|
|
]
|
|
|
|
["browser_print_iframe_content_analysis.js"]
|
|
support-files = [
|
|
"!/toolkit/components/printing/tests/head.js",
|
|
"!/toolkit/components/printing/tests/simplifyArticleSample.html",
|
|
"clipboard_print_iframe.html",
|
|
]
|