tor-browser

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

edit-context-execCommand.tentative.https.html.ini (501B)


      1 [edit-context-execCommand.tentative.https.html]
      2  [document.execCommand("inserttext") should not change the DOM or fire textupdate]
      3    expected: FAIL
      4 
      5  [document.execCommand("bold") should not change the DOM or fire textupdate]
      6    expected: FAIL
      7 
      8  [queryCommandState, queryCommandvalue, and queryCommandInterm should always return false]
      9    expected: FAIL
     10 
     11  [document.execCommand("copy") should work but document.execCommand("cut") should not change the DOM or the clipboard]
     12    expected: FAIL