tor-browser

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

idlharness.tentative.https.window.js.ini (768B)


      1 [idlharness.tentative.https.window.html]
      2  [Navigator interface: operation createAdRequest(AdRequestConfig)]
      3    expected: FAIL
      4 
      5  [Navigator interface: operation finalizeAd(Ads, AuctionAdConfig)]
      6    expected: FAIL
      7 
      8  [Navigator interface: navigator must inherit property "createAdRequest(AdRequestConfig)" with the proper type]
      9    expected: FAIL
     10 
     11  [Navigator interface: calling createAdRequest(AdRequestConfig) on navigator with too few arguments must throw TypeError]
     12    expected: FAIL
     13 
     14  [Navigator interface: navigator must inherit property "finalizeAd(Ads, AuctionAdConfig)" with the proper type]
     15    expected: FAIL
     16 
     17  [Navigator interface: calling finalizeAd(Ads, AuctionAdConfig) on navigator with too few arguments must throw TypeError]
     18    expected: FAIL