Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / drag-dataTransferItemList-file-handling-expected.txt
blob649d322e9cae115310d4fb7e24b2228550cd325a
1 To manually test, select a text file for the file input element, and then drag 'Drag Me' to 'Drop Here' and drop. 
3 Drag Me
4 Drop Here
5 Tests DataTransferItemList file handling
7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
10 PASS testItem.kind is "file"
11 PASS testItem.type is "text/plain"
12 PASS testItems.length is 1
13 PASS testItems.add(testFile) is null
14 PASS testItems.length is 1
15 PASS testItems[0].kind is "file"
16 PASS testItems[0].type is "text/plain"
17 PASS successfullyParsed is true
19 TEST COMPLETE