| This verifies File.size (for a file from FileSystem API) always returns the fresh size even after the file is modified. | |
| PASS successfullyParsed is true | |
| TEST COMPLETE | |
| Writing 1234567890 to the file... | |
| Created a writer. | |
| Write succeeded. | |
| PASS testFile.size is testText1.length | |
| Writing abcdefghijklmnopqrstuvwxyz to the file... | |
| Created a writer. | |
| Write succeeded. | |
| PASS testFile.size is testText1.length | |
| PASS testFile.size is testText2.length |