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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
|
[DEFAULT]
["browser_file_nonscript.js"]
support-files = [
"file_loads_nonscript.html",
"file_nonscript",
"file_nonscript.xyz",
"file_nonscript.html",
"file_nonscript.txt",
"file_nonscript.json",
"file_script.js",
]
["browser_restrict_privileged_about_script.js"]
# This test intentionally asserts when in debug builds. Let's rely on opt builds when in CI.
skip-if = ["debug"]
support-files = [
"file_about_child.html",
"file_1767581.js",
]
["browser_same_site_cookies_bug1748693.js"]
support-files = ["file_same_site_cookies_bug1748693.sjs"]
["browser_test_assert_systemprincipal_documents.js"]
skip-if = ["!nightly_build"]
support-files = [
"file_assert_systemprincipal_documents.html",
"file_assert_systemprincipal_documents_iframe.html",
]
["browser_test_data_download.js"]
support-files = ["file_data_download.html"]
["browser_test_data_text_csv.js"]
support-files = ["file_data_text_csv.html"]
["browser_test_framing_error_pages.js"]
support-files = [
"file_framing_error_pages_csp.html",
"file_framing_error_pages_xfo.html",
"file_framing_error_pages.sjs",
]
["browser_test_gpc_privateBrowsingMode.js"]
support-files = [
"file_empty.html",
"file_gpc_server.sjs",
]
["browser_test_http_download.js"]
skip-if = [
"win11_2009", # Bug 1784764
"os == 'linux' && !debug",
]
support-files = [
"http_download_page.html",
"http_download_server.sjs"
]
["browser_test_referrer_loadInOtherProcess.js"]
["browser_test_report_blocking.js"]
support-files = [
"file_framing_error_pages_xfo.html",
"file_framing_error_pages_csp.html",
"file_framing_error_pages.sjs",
]
["browser_test_toplevel_data_navigations.js"]
skip-if = [
"verify && debug && os == 'mac'",
"debug && (os == 'mac' || os == 'linux')", # Bug 1403815
]
support-files = [
"file_toplevel_data_navigations.sjs",
"file_toplevel_data_meta_redirect.html",
]
["browser_test_view_image_data_navigation.js"]
support-files = [
"file_view_image_data_navigation.html",
"file_view_bg_image_data_navigation.html",
]
["browser_test_xfo_embed_object.js"]
support-files = [
"file_framing_xfo_embed.html",
"file_framing_xfo_object.html",
"file_framing_xfo_embed_object.sjs",
]
|