blob: bdbf350593246c86644b7b750160682602789ae6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[DEFAULT]
run-if = ["os == 'win'"]
support-files = [
"head.js",
]
["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",
]
|