tor-browser

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

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


      1 [idlharness.https.window.html]
      2  [VirtualKeyboard interface: existence and properties of interface object]
      3    expected: FAIL
      4 
      5  [VirtualKeyboard interface object length]
      6    expected: FAIL
      7 
      8  [VirtualKeyboard interface object name]
      9    expected: FAIL
     10 
     11  [VirtualKeyboard interface: existence and properties of interface prototype object]
     12    expected: FAIL
     13 
     14  [VirtualKeyboard interface: existence and properties of interface prototype object's "constructor" property]
     15    expected: FAIL
     16 
     17  [VirtualKeyboard interface: existence and properties of interface prototype object's @@unscopables property]
     18    expected: FAIL
     19 
     20  [VirtualKeyboard interface: operation show()]
     21    expected: FAIL
     22 
     23  [VirtualKeyboard interface: operation hide()]
     24    expected: FAIL
     25 
     26  [VirtualKeyboard interface: attribute boundingRect]
     27    expected: FAIL
     28 
     29  [VirtualKeyboard interface: attribute overlaysContent]
     30    expected: FAIL
     31 
     32  [VirtualKeyboard interface: attribute ongeometrychange]
     33    expected: FAIL
     34 
     35  [VirtualKeyboard must be primary interface of navigator.virtualKeyboard]
     36    expected: FAIL
     37 
     38  [Stringification of navigator.virtualKeyboard]
     39    expected: FAIL
     40 
     41  [VirtualKeyboard interface: navigator.virtualKeyboard must inherit property "show()" with the proper type]
     42    expected: FAIL
     43 
     44  [VirtualKeyboard interface: navigator.virtualKeyboard must inherit property "hide()" with the proper type]
     45    expected: FAIL
     46 
     47  [VirtualKeyboard interface: navigator.virtualKeyboard must inherit property "boundingRect" with the proper type]
     48    expected: FAIL
     49 
     50  [VirtualKeyboard interface: navigator.virtualKeyboard must inherit property "overlaysContent" with the proper type]
     51    expected: FAIL
     52 
     53  [VirtualKeyboard interface: navigator.virtualKeyboard must inherit property "ongeometrychange" with the proper type]
     54    expected: FAIL
     55 
     56  [Navigator interface: attribute virtualKeyboard]
     57    expected: FAIL
     58 
     59  [Navigator interface: navigator must inherit property "virtualKeyboard" with the proper type]
     60    expected: FAIL