Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(195)

Side by Side Diff: LayoutTests/fast/filesystem/file-metadata-after-write-expected.txt

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698