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

Side by Side Diff: LayoutTests/fast/events/bogus-dropEffect-effectAllowed-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 effectAllowed and dropEffect cannot be set to values that aren't defined in the spec 1 This test checks that effectAllowed and dropEffect cannot be set to values that aren't defined in the spec
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS successfullyParsed is true
7
8 TEST COMPLETE
6 PASS event.dataTransfer.effectAllowed is "all" 9 PASS event.dataTransfer.effectAllowed is "all"
7 PASS event.dataTransfer.effectAllowed is "copy" 10 PASS event.dataTransfer.effectAllowed is "copy"
8 PASS event.dataTransfer.effectAllowed is "copy" 11 PASS event.dataTransfer.effectAllowed is "copy"
9 PASS event.dataTransfer.effectAllowed is "copyLink" 12 PASS event.dataTransfer.effectAllowed is "copyLink"
10 PASS event.dataTransfer.effectAllowed is "copyLink" 13 PASS event.dataTransfer.effectAllowed is "copyLink"
11 PASS event.dataTransfer.effectAllowed is "copyMove" 14 PASS event.dataTransfer.effectAllowed is "copyMove"
12 PASS event.dataTransfer.effectAllowed is "copyMove" 15 PASS event.dataTransfer.effectAllowed is "copyMove"
13 PASS event.dataTransfer.effectAllowed is "link" 16 PASS event.dataTransfer.effectAllowed is "link"
14 PASS event.dataTransfer.effectAllowed is "linkMove" 17 PASS event.dataTransfer.effectAllowed is "linkMove"
15 PASS event.dataTransfer.effectAllowed is "move" 18 PASS event.dataTransfer.effectAllowed is "move"
(...skipping 30 matching lines...) Expand all
46 PASS event.dataTransfer.dropEffect is "link" 49 PASS event.dataTransfer.dropEffect is "link"
47 PASS event.dataTransfer.dropEffect is "move" 50 PASS event.dataTransfer.dropEffect is "move"
48 PASS event.dataTransfer.dropEffect is "none" 51 PASS event.dataTransfer.dropEffect is "none"
49 PASS event.dataTransfer.dropEffect is "none" 52 PASS event.dataTransfer.dropEffect is "none"
50 PASS event.dataTransfer.dropEffect is "none" 53 PASS event.dataTransfer.dropEffect is "none"
51 PASS event.dataTransfer.dropEffect is "none" 54 PASS event.dataTransfer.dropEffect is "none"
52 PASS event.dataTransfer.dropEffect is "none" 55 PASS event.dataTransfer.dropEffect is "none"
53 PASS event.dataTransfer.dropEffect is "none" 56 PASS event.dataTransfer.dropEffect is "none"
54 57
55 TEST COMPLETE 58 TEST COMPLETE
56 PASS successfullyParsed is true
57 59
58 TEST COMPLETE
59
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698