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

Side by Side Diff: LayoutTests/fast/events/dropzone-001-expected.txt

Issue 66113002: Partial revert of r161493. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: merge to ToT Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
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
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698