tor-browser

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

Highlight-iteration-with-modifications.html.ini (804B)


      1 [Highlight-iteration-with-modifications.html]
      2  [Highlight iteration is not modified when a new range is added after starting the iteration]
      3    expected: FAIL
      4 
      5  [Highlight iteration is not modified when a new range is added after starting the iteration with one range in the Highlight]
      6    expected: FAIL
      7 
      8  [Highlight iteration is not modified when the range that was pointed to by the iterator was deleted after starting the iteration]
      9    expected: FAIL
     10 
     11  [Highlight iteration is not modified when the range that was immediately after the one pointed to by the iterator was deleted after starting the iteration]
     12    expected: FAIL
     13 
     14  [Highlight iteration is not modified when the range that was pointed to by the iterator was deleted using .clear() after starting the iteration]
     15    expected: FAIL