tor-browser

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

async-writeText-readText.https.html.ini (462B)


      1 # XXX(krosylight): The test fails on Android without the testing pref, see bug 1888179
      2 prefs: [dom.events.testing.asyncClipboard:true]
      3 [async-writeText-readText.https.html]
      4  expected:
      5    if (os == "win") and not debug and (processor == "x86"): TIMEOUT
      6    if (os == "android") and not debug: [OK, CRASH]
      7  [Verify write and read clipboard given text: Clipboard write text -> read text test]
      8    expected:
      9      if (os == "linux") and not fission: [PASS, FAIL]