tor-browser

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

fire-selectionchange-event-on-pressing-backspace.html.ini (559B)


      1 [fire-selectionchange-event-on-pressing-backspace.html]
      2  [Selectionchange event is fired after removing the character]
      3    expected:
      4      if not tsan and (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
      5      if not tsan and (os == "linux") and not fission and not debug: [PASS, FAIL]
      6      if tsan: [PASS, FAIL]
      7 
      8  [Selectionchange event is fired after removing the range]
      9    expected:
     10      if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
     11      if (os == "linux") and not fission and not debug: [PASS, FAIL]