Move tests

What happens when we bind movestart, move and moveend events?

Does text get selected while moving?

Can you still interact with form elements inside the div?

Does a click on a moveable node blur a form element? (Todo!)

Moveable node.

Drag tests

What happens when we drag a draggable node, when no move handlers have been bound?

What happens if it is removed from the DOM while dragging?

What happens if a node is draggable AND has move events bound?

Draggable node. Draggable node that gets removed on dragend. Moveable and draggable node.

Should not be draggable because move events should take precedence.