tor-browser

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

crashReport-test.html.ini (976B)


      1 [crashReport-test.html]
      2  [crashReport getter returns null in detached Documents]
      3    expected: FAIL
      4 
      5  [crashReport initialize() throws InvalidStateError in detached Documents]
      6    expected: FAIL
      7 
      8  [crashReport.set() throws InvalidStateError in detached Documents]
      9    expected: FAIL
     10 
     11  [crashReport.remove() throws InvalidStateError in detached Documents]
     12    expected: FAIL
     13 
     14  [crashReport.initialize() with size > 5MB rejects with NotAllowedError]
     15    expected: FAIL
     16 
     17  [Calling crashReport.initialize() a second time throws InvalidStateError]
     18    expected: FAIL
     19 
     20  [crashReport.set() throws before initialize() resolves]
     21    expected: FAIL
     22 
     23  [crashReport.set() and .remove() succeed after initialize() resolves]
     24    expected: FAIL
     25 
     26  [crashReport.set() throws when there is not enough memory]
     27    expected: FAIL
     28 
     29  [crashReport.remove() properly frees memory, and allows you to invoke set() again, assigning bytes to memory that was previously full]
     30    expected: FAIL