| OLD | NEW |
| 1 This verifies File.size (for a file from FileSystem API) always returns the fres
h size even after the file is modified. | 1 This verifies File.size (for a file from FileSystem API) always returns the fres
h size even after the file is modified. |
| 2 PASS successfullyParsed is true |
| 3 |
| 4 TEST COMPLETE |
| 2 Writing 1234567890 to the file... | 5 Writing 1234567890 to the file... |
| 3 Created a writer. | 6 Created a writer. |
| 4 Write succeeded. | 7 Write succeeded. |
| 5 PASS testFile.size is testText1.length | 8 PASS testFile.size is testText1.length |
| 6 Writing abcdefghijklmnopqrstuvwxyz to the file... | 9 Writing abcdefghijklmnopqrstuvwxyz to the file... |
| 7 Created a writer. | 10 Created a writer. |
| 8 Write succeeded. | 11 Write succeeded. |
| 9 PASS testFile.size is testText2.length | 12 PASS testFile.size is testText2.length |
| 10 | 13 |
| OLD | NEW |