tor-browser

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

dom-mutation.html.ini (750B)


      1 [dom-mutation.html]
      2  [New referenced element prepended to the shadow supercedes the existing label]
      3    expected: FAIL
      4 
      5  [Changing the reference target ID updates the computed label]
      6    expected: FAIL
      7 
      8  [Changing the ID of the referenced element results in an empty computed label]
      9    expected: FAIL
     10 
     11  [Removing the referenced element results in an empty computed label]
     12    expected: FAIL
     13 
     14  [The existing label supercedes new element (with same id as the existing label) appended to the shadow]
     15    expected: FAIL
     16 
     17  [Changing the nested referenceTarget to reference a different element updates the computed label]
     18    expected: FAIL
     19 
     20  [Changing the ID of the nested referenced element results in an empty computed label]
     21    expected: FAIL