tor-browser

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

proofreader-proofread.tentative.https.window.js.ini (831B)


      1 [proofreader-proofread.tentative.https.window.html]
      2  [Proofreader.proofread() with an empty input returns an empty text]
      3    expected: FAIL
      4 
      5  [Proofreader.proofread() with a whitespace input returns a whitespace text]
      6    expected: FAIL
      7 
      8  [Proofreader.proofread() with non-empty input returns a non-empty result]
      9    expected: FAIL
     10 
     11  [Calling Proofreader.destroy() aborts calls to proofread]
     12    expected: FAIL
     13 
     14  [Proofreader.create()'s abort signal destroys its Proofreader after creation.]
     15    expected: FAIL
     16 
     17  [Simple Proofreader.proofread() call]
     18    expected: FAIL
     19 
     20  [Multiple Proofreader.proofread() calls are resolved successfully]
     21    expected: FAIL
     22 
     23  [Proofreader.proofread() returns a list of corrections]
     24    expected: FAIL
     25 
     26  [Proofreader.proofread() returns correction types when requested]
     27    expected: FAIL