tor-browser

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

insertText.html.ini (1019B)


      1 [insertText.html?white-space=pre-wrap]
      2  [execCommand("insertText", false, "a") when <p><b>[AB\]</b></p> and execCommand("insertParagraph")]
      3    expected: FAIL
      4 
      5  [Typing "a" when <p><b>[AB\]</b></p> and execCommand("insertParagraph")]
      6    expected: FAIL
      7 
      8 
      9 [insertText.html?white-space=pre-line]
     10  [execCommand("insertText", false, "a") when <p><b>[AB\]</b></p> and execCommand("insertParagraph")]
     11    expected: FAIL
     12 
     13  [Typing "a" when <p><b>[AB\]</b></p> and execCommand("insertParagraph")]
     14    expected: FAIL
     15 
     16 
     17 [insertText.html?white-space=pre]
     18  [execCommand("insertText", false, "a") when <p><b>[AB\]</b></p> and execCommand("insertParagraph")]
     19    expected: FAIL
     20 
     21  [Typing "a" when <p><b>[AB\]</b></p> and execCommand("insertParagraph")]
     22    expected: FAIL
     23 
     24 
     25 [insertText.html?white-space=normal]
     26  [execCommand("insertText", false, "a") when <p><b>[AB\]</b></p> and execCommand("insertParagraph")]
     27    expected: FAIL
     28 
     29  [Typing "a" when <p><b>[AB\]</b></p> and execCommand("insertParagraph")]
     30    expected: FAIL