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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/file/input-file-write-files-expected.txt

Issue 1492523003: Drop [LegacyInterfaceTypeChecking] for HTMLInputElement.prototype.files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update test Created 5 years 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: 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

Powered by Google App Engine
This is Rietveld 408576698