tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

get.tentative.https.html.ini (1393B)


      1 [get.tentative.https.html]
      2  [Type conversion happens on the data member of the DigitalCredentialGetRequest object.]
      3    expected: FAIL
      4 
      5  [navigator.credentials.get() API rejects if there are no credential request.]
      6    expected: FAIL
      7 
      8  [navigator.credentials.get() API rejects if there are no credential request for same-origin iframe.]
      9    expected: FAIL
     10 
     11  [navigator.credentials.get() API rejects if there are no credential request in cross-origin iframe.]
     12    expected: FAIL
     13 
     14  [navigator.credentials.get() promise is rejected if called with an aborted controller.]
     15    expected: FAIL
     16 
     17  [navigator.credentials.get() promise is rejected if called with an aborted controller in same-origin iframe.]
     18    expected: FAIL
     19 
     20  [navigator.credentials.get() promise is rejected if called with an aborted signal in cross-origin iframe.]
     21    expected: FAIL
     22 
     23  [navigator.credentials.get() promise is rejected if abort controller is aborted after call to get().]
     24    expected: FAIL
     25 
     26  [navigator.credentials.get() promise is rejected if abort controller is aborted after call to get() in cross-origin iframe.]
     27    expected: FAIL
     28 
     29  [Mediation is implicitly required and hence ignored. Request is aborted regardless.]
     30    expected: FAIL
     31 
     32  [Throws TypeError when request data is not JSON stringifiable.]
     33    expected: FAIL
     34 
     35  [`requests` field is required in the options object.]
     36    expected: FAIL