File: browser.toml

package info (click to toggle)
firefox 147.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,683,484 kB
  • sloc: cpp: 7,607,246; javascript: 6,533,185; ansic: 3,775,227; python: 1,415,393; xml: 634,561; asm: 438,951; java: 186,241; sh: 62,752; makefile: 18,079; objc: 13,092; perl: 12,808; yacc: 4,583; cs: 3,846; pascal: 3,448; lex: 1,720; ruby: 1,003; php: 436; lisp: 258; awk: 247; sql: 66; sed: 54; csh: 10; exp: 6
file content (69 lines) | stat: -rw-r--r-- 1,651 bytes parent folder | download | duplicates (2)
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
[DEFAULT]
prefs = ["dom.security.https_first=false"]

["browser_background_redirect.js"]
support-files = ["file_background_redirect.sjs"]

["browser_bug1874801.js"]
support-files = [
  "file_bug1874801.sjs",
  "file_bug1874801.html",
]

["browser_console_logging.js"]
support-files = ["file_console_logging.html"]

["browser_continue_button_delay.js"]

["browser_cors_mixedcontent.js"]
support-files = ["file_cors_mixedcontent.html"]

["browser_hsts_host.js"]
support-files = [
  "hsts_headers.sjs",
  "file_fragment_noscript.html",
]

["browser_httpsonly_prefs.js"]

["browser_httpsonly_speculative_connect.js"]
support-files = ["file_httpsonly_speculative_connect.html"]

["browser_iframe_buttons.js"]
support-files = ["file_iframe_buttons.html"]

["browser_iframe_test.js"]
skip-if = [
  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11'", # Bug 1735565
  "os == 'win' && arch == 'x86_64'", # Bug 1735565
]
support-files = ["file_iframe_test.sjs"]

["browser_navigation.js"]
support-files = ["file_redirect_to_insecure.sjs"]

["browser_redirect_tainting.js"]
support-files = ["file_redirect_tainting.sjs"]

["browser_save_as.js"]
support-files = ["file_save_as.html"]

["browser_schemeless.js"]

["browser_triggering_principal_exemption.js"]

["browser_upgrade_exceptions.js"]

["browser_upgrade_exemption.js"]

["browser_user_gesture.js"]
support-files = ["file_user_gesture.sjs"]

["browser_websocket_exceptions.js"]
skip-if = [
  "os == 'android'", # WebSocket tests are not supported on Android Yet. Bug 1566168.
]
support-files = [
  "file_websocket_exceptions.html",
  "file_websocket_exceptions_iframe.html",
]