blob: 1dc1dbd6fd2c3438de1861d15b7ae1bb48dfe307 [file] [log] [blame]
This test checks that pressing the mouse in an password field and releasing the mouse on the AutoFill button dispatches a DOM click event at the password field and not at the AutoFill button. This test can only be run in the test tool.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS event.type is "click"
PASS event.target is document.getElementById("password")
PASS successfullyParsed is true
TEST COMPLETE