<p>
Test to reproduce an issue when dragging a label as display block from the zone without text
</p>
<p>
Expected: Dragstart count incremented
</p>
<p>
Chrome 48 OK
</p>
<p>
Firefox 44 NOK with label when drag initiated from the empty purple zone
</p>
<label draggable="true">Drag me! (label as display block)</label>
<p id="labelOutput">DragStart count: 0</p>
<div draggable="true">Drag me! (Div)</div>
<p id="divOutput">DragStart count: 0</p>