Index: third_party/WebKit/LayoutTests/fast/forms/file/input-file-write-files-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/forms/file/input-file-write-files-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/file/input-file-write-files-expected.txt |
index 56bff054603db77b858d9e0906b2744f62bc379c..f72248c117e7766e259761e4bcaf962cd74811f1 100644 |
--- a/third_party/WebKit/LayoutTests/fast/forms/file/input-file-write-files-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/forms/file/input-file-write-files-expected.txt |
@@ -4,7 +4,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE |
PASS file1.files.length is 1 |
-PASS file1.files.item(0).name is "foo.txt" |
+PASS file1.files = 'foo' threw exception TypeError: Failed to set the 'files' property on 'HTMLInputElement': The provided value is not of type 'FileList'.. |
PASS file1.files.length is 1 |
PASS file1.files.item(0).name is "foo.txt" |
PASS file1.files.length is 1 |