| Index: third_party/WebKit/LayoutTests/editing/deleting/password-delete-contents-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/editing/deleting/password-delete-contents-expected.txt b/third_party/WebKit/LayoutTests/editing/deleting/password-delete-contents-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..76926963b668c50f3f40d9bd7132c83ba94fa067
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/editing/deleting/password-delete-contents-expected.txt
|
| @@ -0,0 +1,7 @@
|
| +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
|
| +
|
|
|