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

Unified 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-03T18:04:33 Created 3 years, 10 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 side-by-side diff with in-line comments
Download patch
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
deleted file mode 100644
index 76926963b668c50f3f40d9bd7132c83ba94fa067..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/editing/deleting/password-delete-contents-expected.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-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
-

Powered by Google App Engine
This is Rietveld 408576698