Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(542)

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/events/dropzone-001-expected.txt

Issue 2585553002: DO NOT LAND: Data for http://crbug.com/674328 (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
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.
3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5
6
7 PASS successfullyParsed is true
8
9 TEST COMPLETE
10
11 When effectAllowed == "uninitialized"
12
13 Received drop event for allowedEffect uninitialized and chosenDropEffect none
14 Received drop event for allowedEffect uninitialized and chosenDropEffect copy
15 Received drop event for allowedEffect uninitialized and chosenDropEffect move
16 Received drop event for allowedEffect uninitialized and chosenDropEffect link
17 Received drop event for allowedEffect uninitialized and chosenDropEffect dummy
18
19 When effectAllowed == "undefined"
20
21 Received drop event for allowedEffect undefined and chosenDropEffect none
22 Received drop event for allowedEffect undefined and chosenDropEffect copy
23 Received drop event for allowedEffect undefined and chosenDropEffect move
24 Received drop event for allowedEffect undefined and chosenDropEffect link
25 Received drop event for allowedEffect undefined and chosenDropEffect dummy
26
27 When effectAllowed == "none"
28
29
30 When effectAllowed == "all"
31
32 Received drop event for allowedEffect all and chosenDropEffect none
33 Received drop event for allowedEffect all and chosenDropEffect copy
34 Received drop event for allowedEffect all and chosenDropEffect move
35 Received drop event for allowedEffect all and chosenDropEffect link
36 Received drop event for allowedEffect all and chosenDropEffect dummy
37
38 When effectAllowed == "copy"
39
40 Received drop event for allowedEffect copy and chosenDropEffect none
41 Received drop event for allowedEffect copy and chosenDropEffect copy
42 Received drop event for allowedEffect copy and chosenDropEffect dummy
43
44 When effectAllowed == "move"
45
46 Received drop event for allowedEffect move and chosenDropEffect move
47
48 When effectAllowed == "link"
49
50 Received drop event for allowedEffect link and chosenDropEffect link
51
52 When effectAllowed == "copyMove"
53
54 Received drop event for allowedEffect copyMove and chosenDropEffect none
55 Received drop event for allowedEffect copyMove and chosenDropEffect copy
56 Received drop event for allowedEffect copyMove and chosenDropEffect move
57 Received drop event for allowedEffect copyMove and chosenDropEffect dummy
58
59 When effectAllowed == "copyLink"
60
61 Received drop event for allowedEffect copyLink and chosenDropEffect none
62 Received drop event for allowedEffect copyLink and chosenDropEffect copy
63 Received drop event for allowedEffect copyLink and chosenDropEffect link
64 Received drop event for allowedEffect copyLink and chosenDropEffect dummy
65
66 When effectAllowed == "linkMove"
67
68 Received drop event for allowedEffect linkMove and chosenDropEffect move
69 Received drop event for allowedEffect linkMove and chosenDropEffect link
70
71 When effectAllowed == "dummy"
72
73 Received drop event for allowedEffect dummy and chosenDropEffect none
74 Received drop event for allowedEffect dummy and chosenDropEffect copy
75 Received drop event for allowedEffect dummy and chosenDropEffect move
76 Received drop event for allowedEffect dummy and chosenDropEffect link
77 Received drop event for allowedEffect dummy and chosenDropEffect dummy
78
79 TEST COMPLETE
80
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698