tor-browser

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

idlharness.tentative.html.ini (1904B)


      1 [idlharness.tentative.html]
      2  [InterestEvent interface: existence and properties of interface object]
      3    expected: FAIL
      4 
      5  [InterestEvent interface object length]
      6    expected: FAIL
      7 
      8  [InterestEvent interface object name]
      9    expected: FAIL
     10 
     11  [InterestEvent interface: existence and properties of interface prototype object]
     12    expected: FAIL
     13 
     14  [InterestEvent interface: existence and properties of interface prototype object's "constructor" property]
     15    expected: FAIL
     16 
     17  [InterestEvent interface: existence and properties of interface prototype object's @@unscopables property]
     18    expected: FAIL
     19 
     20  [InterestEvent interface: attribute source]
     21    expected: FAIL
     22 
     23  [InterestEvent must be primary interface of new InterestEvent("interest")]
     24    expected: FAIL
     25 
     26  [Stringification of new InterestEvent("interest")]
     27    expected: FAIL
     28 
     29  [InterestEvent interface: new InterestEvent("interest") must inherit property "source" with the proper type]
     30    expected: FAIL
     31 
     32  [HTMLAnchorElement interface: attribute interestForElement]
     33    expected: FAIL
     34 
     35  [HTMLAnchorElement interface: document.createElement("a") must inherit property "interestForElement" with the proper type]
     36    expected: FAIL
     37 
     38  [HTMLAreaElement interface: attribute interestForElement]
     39    expected: FAIL
     40 
     41  [HTMLAreaElement interface: document.createElement("area") must inherit property "interestForElement" with the proper type]
     42    expected: FAIL
     43 
     44  [HTMLButtonElement interface: attribute interestForElement]
     45    expected: FAIL
     46 
     47  [HTMLButtonElement interface: document.createElement("button") must inherit property "interestForElement" with the proper type]
     48    expected: FAIL
     49 
     50  [SVGAElement interface: attribute interestForElement]
     51    expected: FAIL
     52 
     53  [SVGAElement interface: document.createElementNS("http://www.w3.org/2000/svg", "a") must inherit property "interestForElement" with the proper type]
     54    expected: FAIL