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

Unified Diff: LayoutTests/fast/filesystem/workers/sync-operations-expected.txt

Issue 22673003: Replace EntryArraySync type by an EntrySync[] (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use traits classes to simplify the code Created 7 years, 4 months 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/filesystem/workers/sync-operations-expected.txt
diff --git a/LayoutTests/fast/filesystem/workers/sync-operations-expected.txt b/LayoutTests/fast/filesystem/workers/sync-operations-expected.txt
index b09deef9e9fd5ce67f46431bbe9eb704523a9305..9d87609aa183de0413d6e7181bf70e9d1f1c11cf 100644
--- a/LayoutTests/fast/filesystem/workers/sync-operations-expected.txt
+++ b/LayoutTests/fast/filesystem/workers/sync-operations-expected.txt
@@ -4,6 +4,8 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
Starting worker: ../resources/sync-operations.js
+PASS [Worker] entries.__proto__ is Array.prototype
+PASS [Worker] entries.__proto__ is Array.prototype
PASS [Worker] "/a,/b,/c,/d2,/e,/f" is "/a,/b,/c,/d2,/e,/f"
PASS [Worker] dirsCount is 3
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698