tor-browser

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

async-write-blobs-read-blobs.https.html.ini (495B)


      1 [async-write-blobs-read-blobs.https.html]
      2  expected:
      3    if (os == "android") and not debug: [OK, CRASH]
      4  [Verify write and read clipboard (multiple types)]
      5    expected:
      6      if (os == "linux") and not fission: [PASS, FAIL]
      7      if os == "android": FAIL
      8 
      9  [navigator.clipboard.read() does not crash if clipboard data has null values]
     10    expected:
     11      if (os == "android") and not sessionHistoryInParent and not debug: [PASS, FAIL]
     12      if (os == "linux") and not fission: [PASS, FAIL]