tor-browser

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

idlharness.window.js.ini (1436B)


      1 [idlharness.window.html]
      2  expected:
      3    if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
      4  [Scheduling interface object name]
      5    expected: FAIL
      6 
      7  [Scheduling interface: operation isInputPending(optional IsInputPendingOptions)]
      8    expected: FAIL
      9 
     10  [Scheduling interface object length]
     11    expected: FAIL
     12 
     13  [Scheduling interface: existence and properties of interface prototype object's "constructor" property]
     14    expected: FAIL
     15 
     16  [Scheduling interface: calling isInputPending(optional IsInputPendingOptions) on navigator.scheduling with too few arguments must throw TypeError]
     17    expected: FAIL
     18 
     19  [Navigator interface: attribute scheduling]
     20    expected: FAIL
     21 
     22  [Scheduling interface: navigator.scheduling must inherit property "isInputPending(optional IsInputPendingOptions)" with the proper type]
     23    expected: FAIL
     24 
     25  [Scheduling interface: existence and properties of interface prototype object]
     26    expected: FAIL
     27 
     28  [Scheduling must be primary interface of navigator.scheduling]
     29    expected: FAIL
     30 
     31  [Scheduling interface: existence and properties of interface object]
     32    expected: FAIL
     33 
     34  [Stringification of navigator.scheduling]
     35    expected: FAIL
     36 
     37  [Scheduling interface: existence and properties of interface prototype object's @@unscopables property]
     38    expected: FAIL
     39 
     40  [idl_test setup]
     41    expected:
     42      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]