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 test: move remaining files from old test/ directory (#6081) 2021-04-05 15:51:45 -07:00
button.html test: move remaining files from old test/ directory (#6081) 2021-04-05 15:51:45 -07:00
checkbox.html test: move remaining files from old test/ directory (#6081) 2021-04-05 15:51:45 -07:00
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 test: move remaining files from old test/ directory (#6081) 2021-04-05 15:51:45 -07:00
keyboard.html test: move remaining files from old test/ directory (#6081) 2021-04-05 15:51:45 -07:00
mouse-helper.js test: move remaining files from old test/ directory (#6081) 2021-04-05 15:51:45 -07:00
rotatedButton.html test: move remaining files from old test/ directory (#6081) 2021-04-05 15:51:45 -07:00
scrollable2.html test: move remaining files from old test/ directory (#6081) 2021-04-05 15:51:45 -07:00
scrollable.html test: move remaining files from old test/ directory (#6081) 2021-04-05 15:51:45 -07:00
select.html test: move remaining files from old test/ directory (#6081) 2021-04-05 15:51:45 -07:00
textarea.html test: move remaining files from old test/ directory (#6081) 2021-04-05 15:51:45 -07:00
touches.html test: move remaining files from old test/ directory (#6081) 2021-04-05 15:51:45 -07:00