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
|
[fedcm-network-requests.https.html]
expected: ERROR
[Test the abort signal]
expected:
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
FAIL
[Successfully obtaining token should resolve the promise.]
expected: FAIL
[Test that the promise is rejected if the manifest is not in the manifest list]
expected:
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
if os == "win": [NOTRUN, FAIL, TIMEOUT]
FAIL
[Reject when configURL is invalid]
expected: FAIL
[Reject when configURL is missing]
expected: FAIL
[Test that token endpoint does not follow redirects]
expected:
if os == "linux": [NOTRUN, FAIL, TIMEOUT]
if os == "win": [NOTRUN, FAIL, TIMEOUT]
[FAIL, TIMEOUT]
[Test that service worker cannot observe fetches performed by FedCM API]
expected:
if os == "linux": [NOTRUN, TIMEOUT]
[FAIL, TIMEOUT, NOTRUN]
[Reject when provider list is empty]
expected: FAIL
[Get after abort should work]
expected:
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
FAIL
[Reject when clientId is missing]
expected:
if os == "linux": [FAIL, NOTRUN]
FAIL
[When there's a pending request, a second `get` call should be rejected. ]
expected: FAIL
[nonce is not required in FederatedIdentityProvider.]
expected:
if os == "linux": [FAIL, NOTRUN]
FAIL
[Test that promise is rejected if accounts endpoint redirects]
expected:
if os == "linux": [TIMEOUT, FAIL, NOTRUN]
if os == "win": [NOTRUN, FAIL, TIMEOUT]
FAIL
[Test client_metadata request]
expected:
if os == "linux": [NOTRUN, FAIL, TIMEOUT]
[FAIL, TIMEOUT, NOTRUN]
[Reject when clientId is empty]
expected:
if os == "linux": [FAIL, TIMEOUT]
FAIL
[Test that User Info API does not work in the top frame]
expected:
if os == "win": [NOTRUN, FAIL, TIMEOUT]
if os == "linux": NOTRUN
[FAIL, TIMEOUT, NOTRUN]
[Test that User Info API only works when invoked from iframe that is same origin as the IDP]
expected:
if os == "linux": NOTRUN
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
if os == "win": [FAIL, TIMEOUT, NOTRUN]
[FAIL, NOTRUN]
[Test basic User InFo API flow]
expected:
if os == "win": [FAIL, NOTRUN, TIMEOUT]
if os == "mac": [FAIL, NOTRUN, TIMEOUT]
NOTRUN
[Test that the returning account from the two accounts will be auto re-authenticated.]
expected:
if os == "win": [NOTRUN, FAIL, TIMEOUT]
if os == "mac": [NOTRUN, FAIL, TIMEOUT]
NOTRUN
|