1 Test that FileWriter can continue immediately after an abort.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
5 PASS 1100000 is blobSize
10 PASS writer.length is 0
13 PASS writer.length is 1100000
15 PASS Calling truncate.
16 PASS writer.length is 0
19 PASS Calling abort at the end of the write
21 PASS writer.length is 1100000
24 PASS writer.length is 2200000
26 PASS Calling truncate.
27 PASS writer.length is 0
32 PASS writer.length is 0
34 PASS Calling truncate.
35 PASS writer.length is 7
37 PASS All tests complete.
38 PASS successfullyParsed is true