tor-browser

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

idlharness.html.ini (2671B)


      1 [idlharness.html]
      2  prefs: [layout.css.convertFromNode.enabled:true, dom.innerSize.rounded:true]
      3  expected:
      4    if (os == "android") and fission: [TIMEOUT, OK]
      5  [Screen interface: existence and properties of interface prototype object]
      6    expected: FAIL
      7 
      8  [Screen interface: existence and properties of interface object]
      9    expected: FAIL
     10 
     11  [CSSPseudoElement interface: operation convertPointFromNode(DOMPointInit, GeometryNode, optional ConvertCoordinateOptions)]
     12    expected: FAIL
     13 
     14  [CSSPseudoElement interface: operation convertRectFromNode(DOMRectReadOnly, GeometryNode, optional ConvertCoordinateOptions)]
     15    expected: FAIL
     16 
     17  [CSSPseudoElement interface: operation convertQuadFromNode(DOMQuadInit, GeometryNode, optional ConvertCoordinateOptions)]
     18    expected: FAIL
     19 
     20  [CSSPseudoElement interface: operation getBoxQuads(optional BoxQuadOptions)]
     21    expected: FAIL
     22 
     23  [VisualViewport interface: attribute onscrollend]
     24    expected: FAIL
     25 
     26  [VisualViewport interface: self.visualViewport must inherit property "onscrollend" with the proper type]
     27    expected: FAIL
     28 
     29  [HTMLElement interface: attribute scrollParent]
     30    expected: FAIL
     31 
     32  [HTMLElement interface: document.createElement("div") must inherit property "scrollParent" with the proper type]
     33    expected: FAIL
     34 
     35  [HTMLElement interface: document.createElement("img") must inherit property "scrollParent" with the proper type]
     36    expected: FAIL
     37 
     38  [Window interface: operation scroll(optional ScrollToOptions)]
     39    expected: FAIL
     40 
     41  [Window interface: operation scroll(unrestricted double, unrestricted double)]
     42    expected: FAIL
     43 
     44  [Window interface: operation scrollTo(optional ScrollToOptions)]
     45    expected: FAIL
     46 
     47  [Window interface: operation scrollTo(unrestricted double, unrestricted double)]
     48    expected: FAIL
     49 
     50  [Window interface: operation scrollBy(optional ScrollToOptions)]
     51    expected: FAIL
     52 
     53  [Window interface: operation scrollBy(unrestricted double, unrestricted double)]
     54    expected: FAIL
     55 
     56  [Element interface: operation scrollIntoView(optional (boolean or ScrollIntoViewOptions))]
     57    expected: FAIL
     58 
     59  [Element interface: operation scroll(optional ScrollToOptions)]
     60    expected: FAIL
     61 
     62  [Element interface: operation scroll(unrestricted double, unrestricted double)]
     63    expected: FAIL
     64 
     65  [Element interface: operation scrollTo(optional ScrollToOptions)]
     66    expected: FAIL
     67 
     68  [Element interface: operation scrollTo(unrestricted double, unrestricted double)]
     69    expected: FAIL
     70 
     71  [Element interface: operation scrollBy(optional ScrollToOptions)]
     72    expected: FAIL
     73 
     74  [Element interface: operation scrollBy(unrestricted double, unrestricted double)]
     75    expected: FAIL