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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/events/drag-and-drop-thresholds-expected.txt

Issue 2401503002: Align drag threshold across content types. (Closed)
Patch Set: Better patch based on feedback, added layout test. Created 4 years, 2 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
OLDNEW
(Empty)
1 A draggable link
2 This tests WebKit's drag and drop thresholds. Due to the fine movements required , manual testing is not possible.
3
4 No movement: OK expected false got false
5 Small positive X movement: OK expected false got false
6 Large positive X movement: OK expected true got true
7 Small negative X movement: OK expected false got false
8 Large negative X movement: OK expected true got true
9 Small positive Y movement: OK expected false got false
10 Large positive Y movement: OK expected true got true
11 Small negative Y movement: OK expected false got false
12 Large negative Y movement: OK expected true got true
13 Small positive X + positive Y movement: OK expected false got false
14 Small negative X + positive Y movement: OK expected false got false
15 Small positive X + negative Y movement: OK expected false got false
16 Small negative X + negative Y movement: OK expected false got false
17 Link, small positive X movement: OK expected false got false
18 Link, large positive X movement: OK expected true got true
19 Link, small negative X movement: OK expected false got false
20 Link, large negative X movement: OK expected true got true
21 Link, small positive Y movement: OK expected false got false
22 Link, large positive Y movement: OK expected true got true
23 Link, small negative Y movement: OK expected false got false
24 Link, large negative Y movement: OK expected true got true
25
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698