tor-browser

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

idlharness.https.window.js.ini (1894B)


      1 [idlharness.https.window.html]
      2  [idl_test setup]
      3    expected: FAIL
      4 
      5  [ImageCapture interface: existence and properties of interface object]
      6    expected: FAIL
      7 
      8  [ImageCapture interface object length]
      9    expected: FAIL
     10 
     11  [ImageCapture interface object name]
     12    expected: FAIL
     13 
     14  [ImageCapture interface: existence and properties of interface prototype object]
     15    expected: FAIL
     16 
     17  [ImageCapture interface: existence and properties of interface prototype object's "constructor" property]
     18    expected: FAIL
     19 
     20  [ImageCapture interface: existence and properties of interface prototype object's @@unscopables property]
     21    expected: FAIL
     22 
     23  [ImageCapture interface: operation takePhoto(optional PhotoSettings)]
     24    expected: FAIL
     25 
     26  [ImageCapture interface: operation getPhotoCapabilities()]
     27    expected: FAIL
     28 
     29  [ImageCapture interface: operation getPhotoSettings()]
     30    expected: FAIL
     31 
     32  [ImageCapture interface: operation grabFrame()]
     33    expected: FAIL
     34 
     35  [ImageCapture interface: attribute track]
     36    expected: FAIL
     37 
     38  [ImageCapture must be primary interface of capture]
     39    expected: FAIL
     40 
     41  [Stringification of capture]
     42    expected: FAIL
     43 
     44  [ImageCapture interface: capture must inherit property "takePhoto(optional PhotoSettings)" with the proper type]
     45    expected: FAIL
     46 
     47  [ImageCapture interface: calling takePhoto(optional PhotoSettings) on capture with too few arguments must throw TypeError]
     48    expected: FAIL
     49 
     50  [ImageCapture interface: capture must inherit property "getPhotoCapabilities()" with the proper type]
     51    expected: FAIL
     52 
     53  [ImageCapture interface: capture must inherit property "getPhotoSettings()" with the proper type]
     54    expected: FAIL
     55 
     56  [ImageCapture interface: capture must inherit property "grabFrame()" with the proper type]
     57    expected: FAIL
     58 
     59  [ImageCapture interface: capture must inherit property "track" with the proper type]
     60    expected: FAIL