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 |
+ |