tor-browser

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

Selection-getComposedRanges-range-update.html.ini (687B)


      1 [Selection-getComposedRanges-range-update.html]
      2  [If selection crosses shadow boundaries, getRangeAt(0) should throw an IndexSizeError because the end is not in the document tree.]
      3    expected: FAIL
      4 
      5  [modify getRangeAt() range: setEnd() crosses shadow boundary into the shadow DOM and after start, which collapses live range. Composed selection range is not collapsed.]
      6    expected: FAIL
      7 
      8  [modify getRangeAt() range: setStart() crosses shadow boundary into the shadow DOM and before end, which collapses live range. Composed selection range is not collapsed.]
      9    expected: FAIL
     10 
     11  [modify createRange() range: added to selection before setStart/setEnd calls.]
     12    expected: FAIL