[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.22
[framework/web/webkit-efl.git] / LayoutTests / fast / events / drag-dataTransferItemList-expected.txt
1 To manually test, drag 'Drag Me' to 'Drop Here' and drop. Several lines that say 'PASS' should appear below.
2
3 Drag Me
4 Drop Here
5 Drag handler: 
6 Drop handler: 
7 Running test with Legacy drag handler and Legacy drop handler
8 PASS: 4 === 4
9 PASS: sample === sample
10 PASS: http://www.google.com/ === http://www.google.com/
11 PASS: <em>Markup</em> === <em>Markup</em>
12 PASS: hello world === hello world
13 Running test with Legacy drag handler and DataTransferItemList drop handler
14 PASS: 4 === 4
15 PASS: [{"kind":"string","type":"custom-data"},{"kind":"string","type":"text/html"},{"kind":"string","type":"text/plain"},{"kind":"string","type":"text/uri-list"}] === [{"kind":"string","type":"custom-data"},{"kind":"string","type":"text/html"},{"kind":"string","type":"text/plain"},{"kind":"string","type":"text/uri-list"}]
16 PASS: hello world === hello world
17 PASS: <em>Markup</em> === <em>Markup</em>
18 PASS: sample === sample
19 PASS: http://www.google.com/ === http://www.google.com/
20 Running test with DataTransferItemList drag handler and Legacy drop handler
21 PASS: 4 === 4
22 PASS: sample === sample
23 PASS: http://www.google.com/ === http://www.google.com/
24 PASS: <em>Markup</em> === <em>Markup</em>
25 PASS: hello world === hello world
26 Running test with DataTransferItemList drag handler and DataTransferItemList drop handler
27 PASS: 4 === 4
28 PASS: [{"kind":"string","type":"custom-data"},{"kind":"string","type":"text/html"},{"kind":"string","type":"text/plain"},{"kind":"string","type":"text/uri-list"}] === [{"kind":"string","type":"custom-data"},{"kind":"string","type":"text/html"},{"kind":"string","type":"text/plain"},{"kind":"string","type":"text/uri-list"}]
29 PASS: hello world === hello world
30 PASS: <em>Markup</em> === <em>Markup</em>
31 PASS: sample === sample
32 PASS: http://www.google.com/ === http://www.google.com/
33