tor-browser

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

async-navigator-clipboard-write-multiple.tentative.https.sub.html.ini (829B)


      1 # XXX(krosylight): The test fails without the testing pref, see bug 1888182
      2 prefs: [dom.events.testing.asyncClipboard:true]
      3 [async-navigator-clipboard-write-multiple.tentative.https.sub.html]
      4  [clipboard.write() should cancel the prior pending one (same-origin iframe)]
      5    expected:
      6      if (os == "android") and not debug: [PASS, FAIL]
      7 
      8  [clipboard.write() should cancel the prior pending one (same document)]
      9    expected:
     10      if (os == "android") and debug: [PASS, FAIL]
     11      if (os == "android") and not debug: [PASS, FAIL]
     12 
     13  [clipboard.write() should cancel the prior pending one (cross-origin iframe)]
     14    expected:
     15      if (os == "android") and not debug: [PASS, FAIL]
     16 
     17  [copy action should cancel the prior pending clipboard.write() request]
     18    expected:
     19      if (os == "linux") and not fission: [PASS, FAIL]