OLD | NEW |
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. |
OLD | NEW |