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

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

Issue 16818023: DOMException toString is not correct (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 6 months 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 35162c17464a7c17218b37a4f3a64196e71f63d7..66a441e97e7b1d537b70d52d810ac7eb75f8b19c 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 Error: InvalidStateError: DOM Exception 11.
+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 is "C:\\fakepath\\foo.txt"
PASS file.files.length is 1
PASS file.value is ""

Powered by Google App Engine
This is Rietveld 408576698