Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 This makes sure we are able to delete the contents of a password field: deleting a selection and evaluating the field contents. | |
| 2 | |
| 3 PASS passwordField.value='helllo'; passwordField.setSelectionRange(3, 4); testRu nner.execCommand('Delete', false, null); passwordField.value is 'hello' | |
| 4 PASS successfullyParsed is true | |
| 5 | |
| 6 TEST COMPLETE | |
| 7 | |
| OLD | NEW |