Index: third_party/WebKit/LayoutTests/fast/filesystem/null-arguments-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/filesystem/null-arguments-expected.txt b/third_party/WebKit/LayoutTests/fast/filesystem/null-arguments-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..86022b4bb678f7a60ed952796bcd4a3b30431170 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/filesystem/null-arguments-expected.txt |
@@ -0,0 +1,13 @@ |
+This test tries calling various filesystem functions with null arguments. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+Successfully obtained FileSystem: file__0:Temporary |
+PASS writer.error is null |
+PASS writer.write(null) threw exception TypeError: Failed to execute 'write' on 'FileWriter': parameter 1 is not of type 'Blob'.. |
+PASS writer.error is null |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |