tor-browser

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

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


      1 [idlharness.https.window.html]
      2  [Keyboard interface object length]
      3    expected: FAIL
      4 
      5  [Keyboard interface: operation unlock()]
      6    expected: FAIL
      7 
      8  [Keyboard interface: existence and properties of interface prototype object's "constructor" property]
      9    expected: FAIL
     10 
     11  [Keyboard interface: existence and properties of interface prototype object's @@unscopables property]
     12    expected: FAIL
     13 
     14  [Keyboard must be primary interface of navigator.keyboard]
     15    expected: FAIL
     16 
     17  [Keyboard interface: existence and properties of interface prototype object]
     18    expected: FAIL
     19 
     20  [Keyboard interface object name]
     21    expected: FAIL
     22 
     23  [Navigator interface: navigator must inherit property "keyboard" with the proper type]
     24    expected: FAIL
     25 
     26  [Keyboard interface: navigator.keyboard must inherit property "unlock()" with the proper type]
     27    expected: FAIL
     28 
     29  [Navigator interface: attribute keyboard]
     30    expected: FAIL
     31 
     32  [Keyboard interface: existence and properties of interface object]
     33    expected: FAIL
     34 
     35  [Stringification of navigator.keyboard]
     36    expected: FAIL
     37 
     38  [Keyboard interface: calling lock(optional sequence<DOMString>) on navigator.keyboard with too few arguments must throw TypeError]
     39    expected: FAIL
     40 
     41  [Keyboard interface: operation lock(optional sequence<DOMString>)]
     42    expected: FAIL
     43 
     44  [Keyboard interface: navigator.keyboard must inherit property "lock(optional sequence<DOMString>)" with the proper type]
     45    expected: FAIL