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 Received drop event for allowedEffect uninitialized and chosenDropEffect none | 13 Received drop event for allowedEffect uninitialized and chosenDropEffect none |
11 Received drop event for allowedEffect uninitialized and chosenDropEffect copy | 14 Received drop event for allowedEffect uninitialized and chosenDropEffect copy |
12 Received drop event for allowedEffect uninitialized and chosenDropEffect move | 15 Received drop event for allowedEffect uninitialized and chosenDropEffect move |
13 Received drop event for allowedEffect uninitialized and chosenDropEffect link | 16 Received drop event for allowedEffect uninitialized and chosenDropEffect link |
14 Received drop event for allowedEffect uninitialized and chosenDropEffect dummy | 17 Received drop event for allowedEffect uninitialized and chosenDropEffect dummy |
15 | 18 |
16 When effectAllowed == "undefined" | 19 When effectAllowed == "undefined" |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 | 70 |
68 When effectAllowed == "dummy" | 71 When effectAllowed == "dummy" |
69 | 72 |
70 Received drop event for allowedEffect dummy and chosenDropEffect none | 73 Received drop event for allowedEffect dummy and chosenDropEffect none |
71 Received drop event for allowedEffect dummy and chosenDropEffect copy | 74 Received drop event for allowedEffect dummy and chosenDropEffect copy |
72 Received drop event for allowedEffect dummy and chosenDropEffect move | 75 Received drop event for allowedEffect dummy and chosenDropEffect move |
73 Received drop event for allowedEffect dummy and chosenDropEffect link | 76 Received drop event for allowedEffect dummy and chosenDropEffect link |
74 Received drop event for allowedEffect dummy and chosenDropEffect dummy | 77 Received drop event for allowedEffect dummy and chosenDropEffect dummy |
75 | 78 |
76 TEST COMPLETE | 79 TEST COMPLETE |
77 PASS successfullyParsed is true | |
78 | 80 |
79 TEST COMPLETE | |
80 | |
OLD | NEW |