Index: LayoutTests/accessibility/input-type-password-selection-expected.txt |
diff --git a/LayoutTests/accessibility/input-type-password-selection-expected.txt b/LayoutTests/accessibility/input-type-password-selection-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..72a07171b03940fab619821bd67bb738f16f6ee3 |
--- /dev/null |
+++ b/LayoutTests/accessibility/input-type-password-selection-expected.txt |
@@ -0,0 +1,10 @@ |
+This tests that the password fields return their selection. |
+ |
+ |
+PASS axPassword.selectedTextRange is "{0, 0}" |
+PASS axPassword.selectedTextRange is "{6, 0}" |
+PASS axPassword.selectedTextRange is "{2, 4}" |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |