tor-browser

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

Element-innerHTML.html.ini (773B)


      1 [Element-innerHTML.html]
      2  [innerHTML on a disconnected element should use the scoped registry it was created with]
      3    expected: FAIL
      4 
      5  [innerHTML on an inserted element should continue to use the scoped registry it was created with]
      6    expected: FAIL
      7 
      8  [nested descendants in innerHTML on a disconnected element should use the scoped registry the element was created with]
      9    expected: FAIL
     10 
     11  [innerHTML on a disconnected element should use the scoped registry it was created with when parsing a simple HTML]
     12    expected: FAIL
     13 
     14  [nested descendants in innerHTML should use the null registry when the container element has null registry]
     15    expected: FAIL
     16 
     17  [insertAdjacentHTML should use the element's registry even when the registry is null]
     18    expected: FAIL