tor-browser

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

scoped-custom-element-registry-customelementregistry-attribute.html.ini (1562B)


      1 [scoped-custom-element-registry-customelementregistry-attribute.html]
      2  [HTML parser should create a builtin element with null registry if customelementregistry is set]
      3    expected: FAIL
      4 
      5  [Setting customelementregistry content attribute after a builtin element had finishsed parsing should not set null registry]
      6    expected: FAIL
      7 
      8  [Cloning a builtin element with null regsitry should create an element with null registry]
      9    expected: FAIL
     10 
     11  [HTML parser should create a custom element candidate with null registry if customelementregistry is set]
     12    expected: FAIL
     13 
     14  [Setting customelementregistry content attribute after a custom element candidate had finishsed parsing should not set null registry]
     15    expected: FAIL
     16 
     17  [Cloning a custom element candidate with null regsitry should create an element with null registry]
     18    expected: FAIL
     19 
     20  [HTML parser should create a custom element with null registry if customelementregistry is set]
     21    expected: FAIL
     22 
     23  [Setting customelementregistry content attribute after a custom element had finishsed parsing should not set null registry]
     24    expected: FAIL
     25 
     26  [Cloning a custom element with null regsitry should create an element with null registry]
     27    expected: FAIL
     28 
     29  [Descendants of an element with customelementregistry should use null registry]
     30    expected: FAIL
     31 
     32  [Setting customelementregistry content attribute during constructor should not make it use null registry]
     33    expected: FAIL
     34 
     35  [Descendants of an element with customelementregistry should use null registry]
     36    expected: FAIL