Back to Chromium

Draggable Controls

third_party/blink/web_tests/fast/html/draggable-controls.html

149.0.7827.2564 B
Original Source

Drag the object with yellow borders. Repeat until all objects become green.

  1. <video> being draggable makes sense: crbug.com/451307

Video

  1. <input type=button> being draggable is not defined: crbug.com/440820
  2. <input type=text> being draggable is not defined: crbug.com/440820
  3. <textarea> should be simialr to <input type=text>
    textarea
  4. <input type=text> within draggable div is not defined: crbug.com/417170