tor-browser

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

scoped-registry-append-does-not-upgrade.html.ini (1108B)


      1 [scoped-registry-append-does-not-upgrade.html]
      2  [customElementRegistry of an upgrade candidate created in a document without a browsing context uses null regsitry by default]
      3    expected: FAIL
      4 
      5  [Connecting a custom element candiate in a shadow root with a scoped custom element registry has null registry by default]
      6    expected: FAIL
      7 
      8  [Connecting a custom element candiate with null registry does not set the registry]
      9    expected: FAIL
     10 
     11  [Connecting a custom element candiate with a scoped custom element registry does not change the registry]
     12    expected: FAIL
     13 
     14  [Inserting a custom element candiate with null registry does not change the registry]
     15    expected: FAIL
     16 
     17  [Inserting the shadow host of a shadow root with a scoped custom element registry does not change the registry]
     18    expected: FAIL
     19 
     20  [Inserting a node from another document with global registry results in the custom element registry to be set and upgraded.]
     21    expected: FAIL
     22 
     23  [Inserting a node from another document with null registry results in the custom element registry to be set and upgraded.]
     24    expected: FAIL