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

Unified Diff: LayoutTests/fast/forms/file/input-file-value-expected.txt

Issue 84693008: Improve HTMLInputElement exception messages. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/forms/file/input-file-value-expected.txt
diff --git a/LayoutTests/fast/forms/file/input-file-value-expected.txt b/LayoutTests/fast/forms/file/input-file-value-expected.txt
index 66a441e97e7b1d537b70d52d810ac7eb75f8b19c..018226a5f2b6a226fddf88e1276032c2e87cb954 100644
--- a/LayoutTests/fast/forms/file/input-file-value-expected.txt
+++ b/LayoutTests/fast/forms/file/input-file-value-expected.txt
@@ -5,7 +5,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS file.value is "C:\\fakepath\\foo.txt"
PASS file.files.length is 1
-PASS file.value = 'foo' threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable..
+PASS file.value = 'foo' threw exception InvalidStateError: Failed to set the 'value' property on 'HTMLInputElement': This input element accepts a filename, which may only be programatically set to the empty string..
PASS file.value is "C:\\fakepath\\foo.txt"
PASS file.files.length is 1
PASS file.value is ""

Powered by Google App Engine
This is Rietveld 408576698