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

Side by Side Diff: webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/events/drag-in-frames-expected.txt

Issue 174364: Plumb the DragOperation through all the layers between the platform DnD code ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 months 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
Property Changes:
Name: svn:eol-style
- native
+ LF
OLDNEW
1 Event log 1 Event log
2 2
3 ondragstart src 3 ondragstart src
4 ondrag src 4 ondrag src
5 ondragenter left target 5 ondragenter left target
6 ondrag src 6 ondrag src
7 ondragover left target 7 ondragover left target
8 ondrag src 8 ondrag src
9 ondragenter right target 9 ondragenter right target
10 ondragleave left target 10 ondragleave left target
11 ondrag src 11 ondrag src
12 ondragover right target 12 ondragover right target
13 ondrag src
13 ondragover right target 14 ondragover right target
14 ondragend src 15 ondragend src
15 ondrop right target 16 ondrop right target
16 These results are just "sensible" at the moment, meaning that all the events fir e on the right elements, nothing more. The order in particular can rightfully ch ange. 17 These results are just "sensible" at the moment, meaning that all the events fir e on the right elements, nothing more. The order in particular can rightfully ch ange.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698