tor-browser

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

async-write-read.https.html.ini (731B)


      1 # XXX(krosylight): The test fails on Android without the testing pref, see bug 1888179
      2 prefs: [dom.events.testing.asyncClipboard:true]
      3 [async-write-read.https.html]
      4  expected:
      5    if (os == "android") and not debug: [OK, CRASH]
      6  [Verify write and read clipboard given text: Clipboard write ([text/plain ClipboardItem\]) -> read ([text/plain ClipboardItem\]) test]
      7    expected:
      8      if (os == "linux") and not fission and not debug: [PASS, FAIL]
      9      if (os == "linux") and not fission: [PASS, FAIL]
     10 
     11  [Verify write and read clipboard given text: non-Latin1 text encoding test データ]
     12    expected:
     13      if (os == "linux") and not fission and not debug: [PASS, FAIL]
     14      if (os == "linux") and not fission: [PASS, FAIL]