summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/filesystem/flags-passing-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/filesystem/flags-passing-expected.txt')
-rw-r--r--third_party/WebKit/LayoutTests/fast/filesystem/flags-passing-expected.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/filesystem/flags-passing-expected.txt b/third_party/WebKit/LayoutTests/fast/filesystem/flags-passing-expected.txt
index 11e2039..5c87552 100644
--- a/third_party/WebKit/LayoutTests/fast/filesystem/flags-passing-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/filesystem/flags-passing-expected.txt
@@ -1,16 +1,14 @@
-Passing Flags parameter tests. This test checks if passing Flags parameters (in Object format or in JSON format) to DirectoryEntry.getFile does not crash and works as expected.
+Passing Flags parameter tests. This test checks if passing Flags parameters to DirectoryEntry.getFile does not crash and works as expected.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-* Passing a WebKitFlags object.
-* Recycling the same WebKitFlags object.
-* Passing a WebKitFlags object (with exclusive=true).
* Passing JSON Flags object.
* Passing JSON Flags object (with exclusive=true).
* Passing null as a WebKitFlags parameter.
+* Passing a number as a WebKitFlags parameter.
Finished running tests.
-PASS expectedCallbacksCount is 3
+PASS expectedCallbacksCount is 1
PASS unexpectedCallbacksCount is 0
PASS successfullyParsed is true