tor-browser

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

input-events-get-target-ranges.html.ini (450B)


      1 [input-events-get-target-ranges.html]
      2  expected: TIMEOUT
      3  [Textarea should have empty target range.]
      4    expected: NOTRUN
      5 
      6  [Actions other than deletion should have current selection as target ranges.]
      7    expected:
      8      if (os == "mac") and not debug: ["TIMEOUT", "NOTRUN"]
      9      TIMEOUT
     10 
     11  [getTargetRanges() returns correct range and cleared after dispatch.]
     12    expected:
     13      if (os == "mac") and not debug: ["FAIL", "TIMEOUT"]
     14      FAIL