Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / deleting / password-delete-contents-expected.txt
blob76926963b668c50f3f40d9bd7132c83ba94fa067
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
6 TEST COMPLETE