tor-browser

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

ShadowRoot-init-customElementRegistry.html.ini (1589B)


      1 [ShadowRoot-init-customElementRegistry.html]
      2  [A newly attached disconnected ShadowRoot should use the global registry by default]
      3    expected: FAIL
      4 
      5  [A newly attached connected ShadowRoot should use the global registry by default]
      6    expected: FAIL
      7 
      8  [A newly attached disconnected ShadowRoot should use the scoped registry if explicitly specified in attachShadow]
      9    expected: FAIL
     10 
     11  [A newly attached connected ShadowRoot should use the scoped registry if explicitly specified in attachShadow]
     12    expected: FAIL
     13 
     14  [attachShadow() should use the null registry when the shadow host uses null registry and customElementRegistry is null]
     15    expected: FAIL
     16 
     17  [attachShadow() should use null registry when customElementRegistry is null (host uses global registry)]
     18    expected: FAIL
     19 
     20  [attachShadow() should use null registry when customElementRegistry is null (host uses custom registry)]
     21    expected: FAIL
     22 
     23  [attachShadow() should use null registry when customElementRegistry is null (host uses global registry)]
     24    expected: FAIL
     25 
     26  [attachShadow() should use null registry when customElementRegistry is null (host uses custom registry)]
     27    expected: FAIL
     28 
     29  [attchShadow on a builtin element with null customElementRegistry should create a ShadowRoot with null registry]
     30    expected: FAIL
     31 
     32  [attchShadow on a custom elememnt candidate with null customElementRegistry should create a ShadowRoot with null registry]
     33    expected: FAIL
     34 
     35  [attchShadow on a custom elememnt with null customElementRegistry should create a ShadowRoot with null registry]
     36    expected: FAIL