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 018226a5f2b6a226fddf88e1276032c2e87cb954..b21306d04165fa3c6532b951c564c5a81bc89c2c 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: 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 = 'foo' threw exception InvalidStateError: Failed to set the 'value' property on 'HTMLInputElement': This input element accepts a filename, which may only be programmatically set to the empty string.. |
PASS file.value is "C:\\fakepath\\foo.txt" |
PASS file.files.length is 1 |
PASS file.value is "" |