haikuwebkit/LayoutTests/accessibility/mac/aria-drag-drop-expected.txt

18 lines
505 B
Plaintext

drop
grab
grab
This tests that the ARIA drag and drop attributes work as intended.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS body.childAtIndex(0).ariaDropEffects is 'copy,move'
PASS body.childAtIndex(1).ariaIsGrabbed is true
PASS body.childAtIndex(2).ariaIsGrabbed is false
PASS body.childAtIndex(1).isAttributeSettable('AXGrabbed') is true
PASS body.childAtIndex(2).isAttributeSettable('AXGrabbed') is true
PASS successfullyParsed is true
TEST COMPLETE