Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(97)

Side by Side Diff: third_party/WebKit/LayoutTests/editing/deleting/password-delete-contents-expected.txt

Issue 2730433004: Convert layout test password-delete-performance.html to performance test (Closed)
Patch Set: 2017-03-02T18:15:43 Change to PerfTestRunner.measureTime Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698