[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.22
[framework/web/webkit-efl.git] / LayoutTests / fast / events / clipboard-dataTransferItemList-expected.txt
1 To manually test, press your browser shortcut for copy and then for paste. Several lines that say 'PASS' should appear below.
2
3 Copy handler: 
4 Paste handler: 
5 Running test with Legacy copy handler and Legacy paste handler
6 PASS: 4 === 4
7 PASS: sample === sample
8 PASS: http://www.google.com/ === http://www.google.com/
9 PASS: <em>Markup</em> === <em>Markup</em>
10 PASS: hello world === hello world
11 Running test with Legacy copy handler and DataTransferItemList paste handler
12 PASS: 4 === 4
13 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"}]
14 PASS: hello world === hello world
15 PASS: <em>Markup</em> === <em>Markup</em>
16 PASS: sample === sample
17 PASS: http://www.google.com/ === http://www.google.com/
18 Running test with DataTransferItemList copy handler and Legacy paste handler
19 PASS: 4 === 4
20 PASS: sample === sample
21 PASS: http://www.google.com/ === http://www.google.com/
22 PASS: <em>Markup</em> === <em>Markup</em>
23 PASS: hello world === hello world
24 Running test with DataTransferItemList copy handler and DataTransferItemList paste handler
25 PASS: 4 === 4
26 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"}]
27 PASS: hello world === hello world
28 PASS: <em>Markup</em> === <em>Markup</em>
29 PASS: sample === sample
30 PASS: http://www.google.com/ === http://www.google.com/
31