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

Unified Diff: LayoutTests/accessibility/input-type-password-value-and-selection-expected.txt

Issue 1050123003: Rewrote password layout test and removed obsolete tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Renamed some more tests for consistency. Created 5 years, 8 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: LayoutTests/accessibility/input-type-password-value-and-selection-expected.txt
diff --git a/LayoutTests/accessibility/input-type-password-value-and-selection-expected.txt b/LayoutTests/accessibility/input-type-password-value-and-selection-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..0513f30840ee9503fc17262a28ee62ba555b3083
--- /dev/null
+++ b/LayoutTests/accessibility/input-type-password-value-and-selection-expected.txt
@@ -0,0 +1,103 @@
+
+This tests that AXValue, caret position and text selection are reported correctly for password fields.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS axPassword.selectionStart is 0
+PASS axPassword.selectionEnd is 0
+PASS axPassword.selectionStartLineNumber is 0
+PASS axPassword.selectionEndLineNumber is 0
+PASS axPassword.stringValue is "AXValue: ••••••"
+PASS axPassword.selectionStart is 0
+PASS axPassword.selectionEnd is 0
+PASS axPassword.selectionStartLineNumber is 0
+PASS axPassword.selectionEndLineNumber is 0
+PASS axPassword.selectionStart is 0
+PASS axPassword.selectionEnd is 1
+PASS axPassword.selectionStartLineNumber is 0
+PASS axPassword.selectionEndLineNumber is 0
+PASS axPassword.selectionStart is 0
+PASS axPassword.selectionEnd is 2
+PASS axPassword.selectionStartLineNumber is 0
+PASS axPassword.selectionEndLineNumber is 0
+PASS axPassword.selectionStart is 0
+PASS axPassword.selectionEnd is 3
+PASS axPassword.selectionStartLineNumber is 0
+PASS axPassword.selectionEndLineNumber is 0
+PASS axPassword.selectionStart is 0
+PASS axPassword.selectionEnd is 4
+PASS axPassword.selectionStartLineNumber is 0
+PASS axPassword.selectionEndLineNumber is 0
+PASS axPassword.selectionStart is 0
+PASS axPassword.selectionEnd is 5
+PASS axPassword.selectionStartLineNumber is 0
+PASS axPassword.selectionEndLineNumber is 0
+PASS axPassword.selectionStart is 1
+PASS axPassword.selectionEnd is 1
+PASS axPassword.selectionStartLineNumber is 0
+PASS axPassword.selectionEndLineNumber is 0
+PASS axPassword.selectionStart is 1
+PASS axPassword.selectionEnd is 2
+PASS axPassword.selectionStartLineNumber is 0
+PASS axPassword.selectionEndLineNumber is 0
+PASS axPassword.selectionStart is 1
+PASS axPassword.selectionEnd is 3
+PASS axPassword.selectionStartLineNumber is 0
+PASS axPassword.selectionEndLineNumber is 0
+PASS axPassword.selectionStart is 1
+PASS axPassword.selectionEnd is 4
+PASS axPassword.selectionStartLineNumber is 0
+PASS axPassword.selectionEndLineNumber is 0
+PASS axPassword.selectionStart is 1
+PASS axPassword.selectionEnd is 5
+PASS axPassword.selectionStartLineNumber is 0
+PASS axPassword.selectionEndLineNumber is 0
+PASS axPassword.selectionStart is 2
+PASS axPassword.selectionEnd is 2
+PASS axPassword.selectionStartLineNumber is 0
+PASS axPassword.selectionEndLineNumber is 0
+PASS axPassword.selectionStart is 2
+PASS axPassword.selectionEnd is 3
+PASS axPassword.selectionStartLineNumber is 0
+PASS axPassword.selectionEndLineNumber is 0
+PASS axPassword.selectionStart is 2
+PASS axPassword.selectionEnd is 4
+PASS axPassword.selectionStartLineNumber is 0
+PASS axPassword.selectionEndLineNumber is 0
+PASS axPassword.selectionStart is 2
+PASS axPassword.selectionEnd is 5
+PASS axPassword.selectionStartLineNumber is 0
+PASS axPassword.selectionEndLineNumber is 0
+PASS axPassword.selectionStart is 3
+PASS axPassword.selectionEnd is 3
+PASS axPassword.selectionStartLineNumber is 0
+PASS axPassword.selectionEndLineNumber is 0
+PASS axPassword.selectionStart is 3
+PASS axPassword.selectionEnd is 4
+PASS axPassword.selectionStartLineNumber is 0
+PASS axPassword.selectionEndLineNumber is 0
+PASS axPassword.selectionStart is 3
+PASS axPassword.selectionEnd is 5
+PASS axPassword.selectionStartLineNumber is 0
+PASS axPassword.selectionEndLineNumber is 0
+PASS axPassword.selectionStart is 4
+PASS axPassword.selectionEnd is 4
+PASS axPassword.selectionStartLineNumber is 0
+PASS axPassword.selectionEndLineNumber is 0
+PASS axPassword.selectionStart is 4
+PASS axPassword.selectionEnd is 5
+PASS axPassword.selectionStartLineNumber is 0
+PASS axPassword.selectionEndLineNumber is 0
+PASS axPassword.selectionStart is 5
+PASS axPassword.selectionEnd is 5
+PASS axPassword.selectionStartLineNumber is 0
+PASS axPassword.selectionEndLineNumber is 0
+PASS axPassword.selectionStart is 0
+PASS axPassword.selectionEnd is 0
+PASS axPassword.selectionStartLineNumber is 0
+PASS axPassword.selectionEndLineNumber is 0
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698