Skip to content

Conversation

chromium-wpt-export-bot
Copy link
Collaborator

This CL makes the fast/events/drag-and-drop.html web test into a WPT
test that uses the action driver API.

The new tests verify that dragging with different effectAlloweds
result in the correct behavior when dropping onto different
dropEffects.

Each file tests all of the effectAllowed divs against one dropEffect. I
originally intended to cross all effectAllowed divs against all
dropEffect divs in one single file, but the test ran for too long and
timed out before it could be finished.

There are five tests that verify that the values are properly set on the
drop event (sent to the drop target), and five similar tests that verify
that the values are properly set on the dragEnd event (sent to the drag
div).

Bug: 434151262, 441537624
Change-Id: Iffd1788508a847c6b928c50fc3f44ebce147c4f9
Reviewed-on: https://chromium-review.googlesource.com/6956095
WPT-Export-Revision: 4ed7f3daa235f7b13d7b183f17c971a876d8c5ac

This CL makes the `fast/events/drag-and-drop.html` web test into a WPT
test that uses the action driver API.

The new tests verify that dragging with different `effectAllowed`s
result in the correct behavior when dropping onto different
`dropEffect`s.

Each file tests all of the effectAllowed divs against one dropEffect. I
originally intended to cross all effectAllowed divs against all
dropEffect divs in one single file, but the test ran for too long and
timed out before it could be finished.

There are five tests that verify that the values are properly set on the
drop event (sent to the drop target), and five similar tests that verify
that the values are properly set on the dragEnd event (sent to the drag
div).

Bug: 434151262, 441537624
Change-Id: Iffd1788508a847c6b928c50fc3f44ebce147c4f9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants