tor-browser

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

modify-around-inline-element-boundary.tentative.html.ini (466B)


      1 [modify-around-inline-element-boundary.tentative.html]
      2  [Selection.modify("move", "right", "character") when "abc[\]  <span>def</span>"]
      3    expected: FAIL
      4 
      5  [Selection.modify("move", "right", "character") when "abc[\]<span>  def</span>"]
      6    expected: FAIL
      7 
      8  [Selection.modify("move", "right", "character") when "<span>abc[\]  </span>def"]
      9    expected: FAIL
     10 
     11  [Selection.modify("move", "right", "character") when "<span>abc[\]</span>  def"]
     12    expected: FAIL