blob: 76926963b668c50f3f40d9bd7132c83ba94fa067 [file] [log] [blame]
This makes sure we are able to delete the contents of a password field: deleting a selection and evaluating the field contents.
PASS passwordField.value='helllo'; passwordField.setSelectionRange(3, 4); testRunner.execCommand('Delete', false, null); passwordField.value is 'hello'
PASS successfullyParsed is true
TEST COMPLETE