tor-browser

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

idlharness.window.js.ini (989B)


      1 prefs: [dom.movebefore.enabled:true]
      2 [idlharness.window.html?include=Node]
      3  expected:
      4    if (os == "linux") and not fission and debug: [OK, CRASH]
      5    if (os == "linux") and not fission and not debug: CRASH
      6    if (os == "mac") and debug: CRASH
      7 
      8 [idlharness.window.html?exclude=Node]
      9  expected:
     10    if (os == "linux") and debug and not fission: [OK, CRASH]
     11    if (os == "win") and debug: CRASH
     12 
     13  [Document interface: attribute customElementRegistry]
     14    expected: FAIL
     15 
     16  [Document interface: new Document() must inherit property "customElementRegistry" with the proper type]
     17    expected: FAIL
     18 
     19  [Document interface: xmlDoc must inherit property "customElementRegistry" with the proper type]
     20    expected: FAIL
     21 
     22  [ShadowRoot interface: attribute customElementRegistry]
     23    expected: FAIL
     24 
     25  [Element interface: attribute customElementRegistry]
     26    expected: FAIL
     27 
     28  [Element interface: element must inherit property "customElementRegistry" with the proper type]
     29    expected: FAIL