Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / selection / user-drag-element-and-user-select-none-expected.txt
blobb474cccfa087dc31596b3ff2730329b60ee494a8
1 Test for WebKit bug 15106: Dragging text inside an element with "user-drag: element" and "user-select: none" should initiate a drag
3 SUCCESS Expected '3' and got it.
5 SUCCESS Expected 'mousedown' and got it.
7 SUCCESS Expected 'mouseup' and got it.
9 SUCCESS Expected 'Selection' and got it.
11 This element should be draggable, but initiating a drag from within the text should begin a selection.
12 SUCCESS Expected '3' and got it.
14 SUCCESS Expected 'mousedown' and got it.
16 SUCCESS Expected 'mouseup' and got it.
18 SUCCESS Expected 'No selection' and got it.
20 This element should not be draggable, and initiating a drag from within the text should not begin a selection.
21 FAIL Expected '4' but got '2'.
23 SUCCESS Expected 'mousedown' and got it.
25 SUCCESS Expected 'dragstart' and got it.
27 FAIL Expected 'mouseup' but got 'undefined'.
29 FAIL Expected 'No selection' but got 'undefined'.
31 This element should be draggable, and initiating a drag from within the text should drag the element.