--- /home/clopez/webkit/webkit/layout-test-results/fast/forms/file/input-file-value-expected.txt +++ /home/clopez/webkit/webkit/layout-test-results/fast/forms/file/input-file-value-actual.txt @@ -1,16 +1,10 @@ +CONSOLE MESSAGE: line 35: TypeError: eventSender.beginDragWithFiles is not a function. (In 'eventSender.beginDragWithFiles(files)', 'eventSender.beginDragWithFiles' is undefined) This tests the value attribute in file input forms 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 (DOM Exception 11): The object is in an invalid state.. -PASS file.value is "C:\\fakepath\\foo.txt" -PASS file.files.length is 1 -PASS file.value is "" -PASS file.files.length is 0 -PASS successfullyParsed is true +FAIL successfullyParsed should be true (of type boolean). Was undefined (of type undefined). TEST COMPLETE