1 This tests the basic functionality and properties of DataTransferItems for files with drag and drop. This test requires DRT.
2 Drop files here if you test this manually
3 Dragging file: resources/mozilla.gif
4 Dragging file: resources/drop-file-svg.svg
5 Dragging file: resources/copy-backslash-euc.html
6 Verifying contents of DataTransferItems...
9 PASS: "image/gif" == "image/gif"
10 PASS: "image/gif" == "image/gif"
11 PASS: "2593" == "2593"
12 PASS: "mozilla.gif" == "mozilla.gif"
13 PASS: "file" == "file"
14 PASS: "image/svg+xml" == "image/svg+xml"
15 PASS: "image/svg+xml" == "image/svg+xml"
17 PASS: "drop-file-svg.svg" == "drop-file-svg.svg"
18 PASS: "file" == "file"
19 PASS: "text/html" == "text/html"
20 PASS: "text/html" == "text/html"
22 PASS: "copy-backslash-euc.html" == "copy-backslash-euc.html"