playwright/tests/assets/input
Dmitry Gozman 0b04c7d504
fix(drag&drop): relax layout shift logic when dropping (#11760)
When element that is being dragged stays under the mouse,
it prevents the hit target check on drop from working,
because drop target is overlayed by the dragged element.

To workaround this, we perform a one-time hit target check
before moving for the drop, as we used to.
2022-01-31 16:21:35 -08:00
..
animating-button.html
button.html
checkbox.html
drag-n-drop-manual.html fix(drag&drop): relax layout shift logic when dropping (#11760) 2022-01-31 16:21:35 -08:00
fileupload.html
keyboard.html
mouse-helper.js
rotatedButton.html
scrollable.html
scrollable2.html
select.html
textarea.html
touches.html