1 This makes sure we are able to delete the contents of a password field: deleting a selection and evaluating the field contents.
3 PASS passwordField.value='helllo'; passwordField.setSelectionRange(3, 4); testRunner.execCommand('Delete', false, null); passwordField.value is 'hello'
4 PASS successfullyParsed is true