tor-browser

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

scoped-registry-registry-define-get-etc.html.ini (923B)


      1 [scoped-registry-registry-define-get-etc.html]
      2  [Custom element registries with a registered custom element return the class in their get method, and the name in their getName method]
      3    expected: FAIL
      4 
      5  [Scoped Custom element registries do not inherit names or classes from the global registry]
      6    expected: FAIL
      7 
      8  [Scoped Custom element registries return the same constructor when it is defined in both]
      9    expected: FAIL
     10 
     11  [Scoped Custom element registries allow registering name that exists in global registry]
     12    expected: FAIL
     13 
     14  [Custom element registries with a registered custom element resolve the class in their whenDefined method]
     15    expected: FAIL
     16 
     17  [Scoped Custom element registries resolve the same constructor from whenDefined when it is defined in both]
     18    expected: FAIL
     19 
     20  [Scoped Custom element registry getters do not resolve globally registered classes from whenDefined]
     21    expected: FAIL