tor-browser

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

idlharness.https.any.js.ini (1243B)


      1 [idlharness.https.any.html]
      2  [Navigator interface: navigator must inherit property "clearAppBadge()" with the proper type]
      3    expected: FAIL
      4 
      5  [Navigator interface: operation clearAppBadge()]
      6    expected: FAIL
      7 
      8  [Navigator interface: calling setAppBadge(optional unsigned long long) on navigator with too few arguments must throw TypeError]
      9    expected: FAIL
     10 
     11  [Navigator interface: operation setAppBadge(optional unsigned long long)]
     12    expected: FAIL
     13 
     14  [Navigator interface: navigator must inherit property "setAppBadge(optional unsigned long long)" with the proper type]
     15    expected: FAIL
     16 
     17 
     18 [idlharness.https.any.worker.html]
     19  [WorkerNavigator interface: navigator must inherit property "clearAppBadge()" with the proper type]
     20    expected: FAIL
     21 
     22  [WorkerNavigator interface: operation clearAppBadge()]
     23    expected: FAIL
     24 
     25  [WorkerNavigator interface: navigator must inherit property "setAppBadge(optional unsigned long long)" with the proper type]
     26    expected: FAIL
     27 
     28  [WorkerNavigator interface: calling setAppBadge(optional unsigned long long) on navigator with too few arguments must throw TypeError]
     29    expected: FAIL
     30 
     31  [WorkerNavigator interface: operation setAppBadge(optional unsigned long long)]
     32    expected: FAIL