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

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

Issue 2753743004: Revive layout test unintentionally removed. (Closed)
Patch Set: 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 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
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
+

Powered by Google App Engine
This is Rietveld 408576698