blob: 8827da7bd1b3ef9295eac045feb4d9aecf42d04a (
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
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
|
[DEFAULT]
support-files =
../formsubmit.sjs
authenticate.sjs
empty.html
form_basic.html
form_basic_iframe.html
form_basic_login.html
form_basic_no_username.html
formless_basic.html
form_same_origin_action.html
form_cross_origin_secure_action.html
form_cross_origin_insecure_action.html
form_expanded.html
insecure_test_subframe.html
head.js
multiple_forms.html
[browser_DOMFormHasPassword.js]
[browser_DOMInputPasswordAdded.js]
skip-if = (os == "linux") || (os == "mac") # Bug 1337606
[browser_autocomplete_footer.js]
skip-if = !debug && os == "linux" && bits == 64 && os_version == "18.04" # Bug 1591126
[browser_autocomplete_generated_password_private_window.js]
[browser_autocomplete_import.js]
skip-if = os == "linux" # Bug 1667240
[browser_autocomplete_insecure_warning.js]
skip-if = os == "linux" || os == "mac" # Bug 1425879
[browser_autocomplete_master_password.js]
[browser_autofill_hidden_document.js]
skip-if = (os == "win" && os_version == "10.0" && debug) # bug 1530935
[browser_autofill_http.js]
skip-if = verify
[browser_autocomplete_autofocus_with_frame.js]
support-files =
form_autofocus_frame.html
[browser_autofill_track_filled_logins.js]
[browser_basicAuth_rateLimit.js]
[browser_basicAuth_switchTab.js]
skip-if = (debug && os == "mac") # Bug 1530566
[browser_context_menu.js]
[browser_context_menu_autocomplete_interaction.js]
skip-if = verify
[browser_context_menu_generated_password.js]
[browser_context_menu_iframe.js]
[browser_crossOriginSubmissionUsesCorrectOrigin.js]
support-files =
form_cross_origin_secure_action.html
[browser_deleteLoginsBackup.js]
skip-if = os == "android"
[browser_doorhanger_autocomplete_values.js]
[browser_doorhanger_autofill_then_save_password.js]
[browser_doorhanger_replace_dismissed_with_visible_while_opening.js]
[browser_doorhanger_crossframe.js]
support-files =
form_crossframe.html
form_crossframe_inner.html
[browser_doorhanger_dismissed_for_ccnumber.js]
[browser_doorhanger_empty_password.js]
[browser_doorhanger_form_password_edit.js]
[browser_doorhanger_generated_password.js]
support-files =
form_basic_with_confirm_field.html
form_password_change.html
[browser_doorhanger_httpsUpgrade.js]
support-files =
subtst_notifications_1.html
subtst_notifications_8.html
[browser_doorhanger_password_edits.js]
[browser_doorhanger_promptToChangePassword.js]
[browser_doorhanger_remembering.js]
skip-if = os == "linux" && debug # Bug 1334336
support-files =
subtst_notifications_1.html
subtst_notifications_2.html
subtst_notifications_2pw_0un.html
subtst_notifications_2pw_1un_1text.html
subtst_notifications_3.html
subtst_notifications_4.html
subtst_notifications_5.html
subtst_notifications_6.html
subtst_notifications_8.html
subtst_notifications_9.html
subtst_notifications_10.html
subtst_notifications_change_p.html
[browser_doorhanger_save_password.js]
[browser_doorhanger_submit_telemetry.js]
skip-if = tsan || os == "linux" && debug # Bug 1658056, tsan: bug 1661305
[browser_doorhanger_target_blank.js]
support-files =
subtst_notifications_12_target_blank.html
[browser_doorhanger_toggles.js]
[browser_doorhanger_username_edits.js]
[browser_doorhanger_window_open.js]
support-files =
subtst_notifications_11.html
subtst_notifications_11_popup.html
skip-if = os == "linux" # Bug 1312981, bug 1313136
[browser_entry_point_telemetry.js]
[browser_exceptions_dialog.js]
[browser_fileURIOrigin.js]
[browser_focus_before_first_DOMContentLoaded.js]
support-files =
file_focus_before_DOMContentLoaded.sjs
[browser_formless_submit_chrome.js]
skip-if = tsan # Bug 1683730
[browser_insecurePasswordConsoleWarning.js]
skip-if = verify
[browser_localip_frame.js]
[browser_openPasswordManager.js]
[browser_private_window.js]
support-files =
subtst_privbrowsing_1.html
form_password_change.html
[browser_test_changeContentInputValue.js]
[browser_username_select_dialog.js]
support-files =
subtst_notifications_change_p.html
|