drag-caret.html 283 B

123
  1. <p>This tests dragging over an input element, to make sure no drag-cursor is left behind.</p>
  2. <p><input></p>
  3. <p>Drag some text over the input element and make sure the Drag Caret disappears when the drag exits the input element. Per https://bugs.webkit.org/show_bug.cgi?id=26787</p>