OLD | NEW |
1 This test checks that drag-and-drop support works and conforms to the HTML 5 spe
cification. | 1 This test checks that drag-and-drop support works and conforms to the HTML 5 spe
cification. |
2 For each effectAllowed, iterates through the possible dropEffects: none, copy, m
ove, link, dummy. | 2 For each effectAllowed, iterates through the possible dropEffects: none, copy, m
ove, link, dummy. |
3 | 3 |
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
5 | 5 |
6 | 6 |
| 7 PASS successfullyParsed is true |
| 8 |
| 9 TEST COMPLETE |
7 | 10 |
8 When effectAllowed == "uninitialized" | 11 When effectAllowed == "uninitialized" |
9 | 12 |
10 PASS event.dataTransfer.dropEffect is "none" | 13 PASS event.dataTransfer.dropEffect is "none" |
11 PASS event.dataTransfer.dropEffect is "copy" | 14 PASS event.dataTransfer.dropEffect is "copy" |
12 PASS event.dataTransfer.dropEffect is "move" | 15 PASS event.dataTransfer.dropEffect is "move" |
13 PASS event.dataTransfer.dropEffect is "link" | 16 PASS event.dataTransfer.dropEffect is "link" |
14 PASS event.dataTransfer.dropEffect is "copy" | 17 PASS event.dataTransfer.dropEffect is "copy" |
15 | 18 |
16 When effectAllowed == "undefined" | 19 When effectAllowed == "undefined" |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
97 PASS event.dataTransfer.effectAllowed is "uninitialized" | 100 PASS event.dataTransfer.effectAllowed is "uninitialized" |
98 PASS event.dataTransfer.dropEffect is "copy" | 101 PASS event.dataTransfer.dropEffect is "copy" |
99 PASS event.dataTransfer.effectAllowed is "uninitialized" | 102 PASS event.dataTransfer.effectAllowed is "uninitialized" |
100 PASS event.dataTransfer.dropEffect is "move" | 103 PASS event.dataTransfer.dropEffect is "move" |
101 PASS event.dataTransfer.effectAllowed is "uninitialized" | 104 PASS event.dataTransfer.effectAllowed is "uninitialized" |
102 PASS event.dataTransfer.dropEffect is "link" | 105 PASS event.dataTransfer.dropEffect is "link" |
103 PASS event.dataTransfer.effectAllowed is "uninitialized" | 106 PASS event.dataTransfer.effectAllowed is "uninitialized" |
104 PASS event.dataTransfer.dropEffect is "copy" | 107 PASS event.dataTransfer.dropEffect is "copy" |
105 | 108 |
106 TEST COMPLETE | 109 TEST COMPLETE |
107 PASS successfullyParsed is true | |
108 | 110 |
109 TEST COMPLETE | |
110 | |
OLD | NEW |