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

Side by Side Diff: LayoutTests/editing/selection/user-drag-element-and-user-select-none-expected.txt

Issue 14891003: The first in a series of mass rebaselines. I tried to avoid (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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
OLDNEW
1 Test for WebKit bug 15106: Dragging text inside an element with "user-drag: elem ent" and "user-select: none" should initiate a drag 1 Test for WebKit bug 15106: Dragging text inside an element with "user-drag: elem ent" and "user-select: none" should initiate a drag
2 2
3 SUCCESS Expected '3' and got it. 3 SUCCESS Expected '3' and got it.
4 4
5 SUCCESS Expected 'mousedown' and got it. 5 SUCCESS Expected 'mousedown' and got it.
6 6
7 SUCCESS Expected 'mouseup' and got it. 7 SUCCESS Expected 'mouseup' and got it.
8 8
9 SUCCESS Expected 'Selection' and got it. 9 SUCCESS Expected 'Selection' and got it.
10 10
11 This element should be draggable, but initiating a drag from within the text sho uld begin a selection. 11 This element should be draggable, but initiating a drag from within the text sho uld begin a selection.
12 SUCCESS Expected '3' and got it. 12 SUCCESS Expected '3' and got it.
13 13
14 SUCCESS Expected 'mousedown' and got it. 14 SUCCESS Expected 'mousedown' and got it.
15 15
16 SUCCESS Expected 'mouseup' and got it. 16 SUCCESS Expected 'mouseup' and got it.
17 17
18 SUCCESS Expected 'No selection' and got it. 18 SUCCESS Expected 'No selection' and got it.
19 19
20 This element should not be draggable, and initiating a drag from within the text should not begin a selection. 20 This element should not be draggable, and initiating a drag from within the text should not begin a selection.
21 SUCCESS Expected '4' and got it. 21 FAIL Expected '4' but got '2'.
22 22
23 SUCCESS Expected 'mousedown' and got it. 23 SUCCESS Expected 'mousedown' and got it.
24 24
25 SUCCESS Expected 'dragstart' and got it. 25 SUCCESS Expected 'dragstart' and got it.
26 26
27 SUCCESS Expected 'mouseup' and got it. 27 FAIL Expected 'mouseup' but got 'undefined'.
28 28
29 SUCCESS Expected 'No selection' and got it. 29 FAIL Expected 'No selection' but got 'undefined'.
30 30
31 This element should be draggable, and initiating a drag from within the text sho uld drag the element. 31 This element should be draggable, and initiating a drag from within the text sho uld drag the element.
OLDNEW
« no previous file with comments | « LayoutTests/editing/selection/move-left-right-expected.txt ('k') | LayoutTests/editing/spelling/grammar-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698