tor-browser

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

input-change-event-properties.html.ini (565B)


      1 [input-change-event-properties.html]
      2  expected:
      3    if os == "android": [OK, ERROR]
      4  [<select> pressing down arrow]
      5    expected:
      6      if (os == "android") and debug and swgl: [PASS, FAIL]
      7      if (os == "android") and debug and not swgl: [PASS, FAIL]
      8      if (os == "android") and not debug: [PASS, FAIL]
      9      if os == "mac": FAIL
     10 
     11  [<textarea></textarea> typing]
     12    expected:
     13      if (os == "android") and debug and not swgl: [PASS, FAIL]
     14      if (os == "android") and debug and swgl: [PASS, FAIL]
     15      if (os == "android") and not debug: [PASS, FAIL]