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

Side by Side Diff: LayoutTests/fast/events/drag-and-drop-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 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
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698