This reuses parts of the dom/events test to test that content analysis is consulted and respected for in-browser drags with drops in the same frame and between frames/windows with same or different origin. Differential Revision: https://phabricator.services.mozilla.com/D219549
75 lines
1.9 KiB
TOML
75 lines
1.9 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_dnd_diff_origin.js"]
|
|
support-files = [
|
|
"!/dom/events/test/browser_dragdrop_impl.js",
|
|
"!/dom/events/test/browser_dragdrop_inner.html",
|
|
"!/dom/events/test/browser_dragdrop_outer.html",
|
|
]
|
|
|
|
["browser_content_analysis_dnd_same_origin.js"]
|
|
support-files = [
|
|
"!/dom/events/test/browser_dragdrop_impl.js",
|
|
"!/dom/events/test/browser_dragdrop_inner.html",
|
|
"!/dom/events/test/browser_dragdrop_outer.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",
|
|
]
|