tor-browser

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

Document-customElementRegistry.html.ini (503B)


      1 [Document-customElementRegistry.html]
      2  [customElementRegistry on a document should return window.customElements by default]
      3    expected: FAIL
      4 
      5  [customElementRegistry on a document without a browsing context should return null]
      6    expected: FAIL
      7 
      8  [customElementRegistry on a document of a connected iframe should return contentWindow.customElements]
      9    expected: FAIL
     10 
     11  [customElementRegistry on a document of a disconnected iframe should return contentWindow.customElements]
     12    expected: FAIL