tor-browser

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

constructor.tentative.https.html.ini (1093B)


      1 [constructor.tentative.https.html]
      2  [When no methodName is passed, methodName attribute defaults to the empty string]
      3    expected: FAIL
      4 
      5  [Must throw TypeError if initialized with an invalid URL.]
      6    expected: FAIL
      7 
      8  [MerchantValidationEvent can be dispatched, even if not trusted.]
      9    expected: FAIL
     10 
     11  [Must have a methodName IDL attribute, which is initialized with to the methodName dictionary value.]
     12    expected: FAIL
     13 
     14  [MerchantValidationEvent can be constructed with an EventInitDict, even if not trusted.]
     15    expected: FAIL
     16 
     17  [Relative validationURLs use the document as the base.]
     18    expected: FAIL
     19 
     20  [MerchantValidationEvent can be constructed with valid PMIs]
     21    expected: FAIL
     22 
     23  [Must have a validationURL IDL attribute, which is initialized with to the validationURL dictionary value.]
     24    expected: FAIL
     25 
     26  [MerchantValidationEvent can be constructed in secure-context.]
     27    expected: FAIL
     28 
     29  [MerchantValidationEvent can't be constructed with invalid PMIs]
     30    expected: FAIL
     31 
     32  [Relative validationURLs use the document.baseURI as the base.]
     33    expected: FAIL