File tree Expand file tree Collapse file tree 1 file changed +16
-9
lines changed
dom/credentialmanagement/identity/tests/mochitest Expand file tree Collapse file tree 1 file changed +16
-9
lines changed Original file line number Diff line number Diff line change 6
6
privacy.antitracking.enableWebcompat =false # disables opener heuristic
7
7
scheme = https
8
8
skip-if = xorigin
9
- || http3 # Bug 1838420
10
9
11
10
support-files =
12
11
head.js
@@ -35,15 +34,23 @@ support-files =
35
34
server_idtoken_redirect_accounts.sjs
36
35
server_idtoken_redirect_idtoken.sjs
37
36
37
+ [test_simple.html]
38
+ skip-if =
39
+ http3
40
+ [test_no_accounts.html]
41
+ [test_two_accounts.html]
42
+ skip-if =
43
+ http3
38
44
[test_accounts_error.html]
39
- [test_accounts_redirect.html]
40
- [test_delay_reject.html]
41
- [test_empty_provider_list.html]
42
- [test_get_without_providers.html]
45
+ skip-if =
46
+ http3 # Bug 1815477
43
47
[test_idtoken_error.html]
48
+ [test_accounts_redirect.html]
44
49
[test_idtoken_redirect.html]
45
- [test_no_accounts.html]
46
- [test_simple.html]
47
- [test_two_accounts.html]
48
- [test_two_providers.html]
49
50
[test_wrong_provider_in_manifest.html]
51
+ [test_get_without_providers.html]
52
+ [test_empty_provider_list.html]
53
+ [test_two_providers.html]
54
+ skip-if =
55
+ http3
56
+ [test_delay_reject.html]
You can’t perform that action at this time.
0 commit comments