tor-browser

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

scoped-registry-initialize-upgrades.html.ini (1290B)


      1 [scoped-registry-initialize-upgrades.html]
      2  [Document: CustomElementRegistry.prototype.initialize should upgrade the element given to the first argument]
      3    expected: FAIL
      4 
      5  [Document: CustomElementRegistry.prototype.initialize should upgrade elements in tree order]
      6    expected: FAIL
      7 
      8  [Document: CustomElementRegistry.prototype.initialize only upgrades elements beloning to the registry]
      9    expected: FAIL
     10 
     11  [HTMLDocument: CustomElementRegistry.prototype.initialize should upgrade the element given to the first argument]
     12    expected: FAIL
     13 
     14  [HTMLDocument: CustomElementRegistry.prototype.initialize should upgrade elements in tree order]
     15    expected: FAIL
     16 
     17  [HTMLDocument: CustomElementRegistry.prototype.initialize only upgrades elements beloning to the registry]
     18    expected: FAIL
     19 
     20  [XHTMLDocument: CustomElementRegistry.prototype.initialize should upgrade the element given to the first argument]
     21    expected: FAIL
     22 
     23  [XHTMLDocument: CustomElementRegistry.prototype.initialize should upgrade elements in tree order]
     24    expected: FAIL
     25 
     26  [XHTMLDocument: CustomElementRegistry.prototype.initialize only upgrades elements beloning to the registry]
     27    expected: FAIL
     28 
     29  [CustomElementRegistry.prototype.initialize upgrades already initialized elements]
     30    expected: FAIL