/home/clopez/webkit/webkit/layout-test-results/fast/forms/file/input-file-value-actual.txt

 1CONSOLE MESSAGE: line 35: TypeError: eventSender.beginDragWithFiles is not a function. (In 'eventSender.beginDragWithFiles(files)', 'eventSender.beginDragWithFiles' is undefined)
12This tests the value attribute in file input forms
23
34On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
45
56
6 PASS file.value is "C:\\fakepath\\foo.txt"
7 PASS file.files.length is 1
8 PASS file.value = 'foo' threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
9 PASS file.value is "C:\\fakepath\\foo.txt"
10 PASS file.files.length is 1
11 PASS file.value is ""
12 PASS file.files.length is 0
13 PASS successfullyParsed is true
 7FAIL successfullyParsed should be true (of type boolean). Was undefined (of type undefined).
148
159TEST COMPLETE
1610