Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / filesystem / file-writer-abort-continue-expected.txt
blob562b24ecbd91481903c9aae0ff4bb297ed853312
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
6 starting test
7 PASS Calling write.
8 PASS Calling abort
9 PASS Saw abort
10 PASS writer.length is 0
11 PASS Saw writeend 0.
12 PASS Calling write.
13 PASS writer.length is 1100000
14 PASS Saw writeend 1.
15 PASS Calling truncate.
16 PASS writer.length is 0
17 PASS Saw writeend 2.
18 PASS Calling write.
19 PASS Calling abort at the end of the write
20 PASS Saw abort
21 PASS writer.length is 1100000
22 PASS Saw writeend 3.
23 PASS Calling write.
24 PASS writer.length is 2200000
25 PASS Saw writeend 4.
26 PASS Calling truncate.
27 PASS writer.length is 0
28 PASS Saw writeend 5.
29 PASS Calling write.
30 PASS Calling abort
31 PASS Saw abort
32 PASS writer.length is 0
33 PASS Saw writeend 6.
34 PASS Calling truncate.
35 PASS writer.length is 7
36 PASS Saw writeend 7.
37 PASS All tests complete.
38 PASS successfullyParsed is true
40 TEST COMPLETE