/home/clopez/webkit/webkit/layout-test-results/editing/selection/user-drag-element-and-user-select-none-actual.txt

11Test for WebKit bug 15106: Dragging text inside an element with "user-drag: element" and "user-select: none" should initiate a drag
22
3 SUCCESS Expected '3' and got it.
 3FAIL Expected '3' but got '4'.
44
55SUCCESS Expected 'mousedown' and got it.
66
7 SUCCESS Expected 'mouseup' and got it.
 7FAIL Expected 'mouseup' but got 'dragstart'.
88
9 SUCCESS Expected 'Selection' and got it.
 9FAIL Expected 'Selection' but got 'mouseup'.
1010
1111This element should be draggable, but initiating a drag from within the text should begin a selection.
1212SUCCESS Expected '3' and got it.

1818SUCCESS Expected 'No selection' and got it.
1919
2020This 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.
 21FAIL Expected '4' but got '3'.
2222
2323SUCCESS Expected 'mousedown' and got it.
2424
25 SUCCESS Expected 'dragstart' and got it.
 25FAIL Expected 'dragstart' but got 'mouseup'.
2626
27 SUCCESS Expected 'mouseup' and got it.
 27FAIL Expected 'mouseup' but got 'No selection'.
2828
29 SUCCESS Expected 'No selection' and got it.
 29FAIL Expected 'No selection' but got 'undefined'.
3030
3131This element should be draggable, and initiating a drag from within the text should drag the element.