summaryrefslogtreecommitdiffstats
path: root/toolkit/components/contentanalysis/tests/browser/browser.toml
blob: 7a9a3533d129bc52d18048e267c959c8b8cc38c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[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_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",
]