haikuwebkit/LayoutTests/accessibility/auto-fill-types-expected.txt

20 lines
522 B
Plaintext
Raw Permalink Normal View History

AX: Implement AutoFill Available attribute for a text field https://bugs.webkit.org/show_bug.cgi?id=155567 Reviewed by Darin Adler. Source/WebCore: Expose the auto fill buttons to the AX hierarchy. Add an attribute for the textfield to inform when the auto fill button is available. Test: accessibility/auto-fill-types.html * English.lproj/Localizable.strings: * accessibility/AccessibilityObject.cpp: (WebCore::AccessibilityObject::element): (WebCore::AccessibilityObject::isValueAutofillAvailable): (WebCore::AccessibilityObject::isValueAutofilled): * accessibility/AccessibilityObject.h: (WebCore::AccessibilityObject::passwordFieldValue): * accessibility/AccessibilityRenderObject.cpp: (WebCore::AccessibilityRenderObject::addTextFieldChildren): * accessibility/mac/WebAccessibilityObjectWrapperMac.mm: (-[WebAccessibilityObjectWrapper accessibilityAttributeValue:]): * html/TextFieldInputType.cpp: (WebCore::limitLength): (WebCore::autoFillButtonTypeToAccessibilityLabel): (WebCore::autoFillButtonTypeToAutoFillButtonPseudoClassName): (WebCore::TextFieldInputType::createAutoFillButton): (WebCore::TextFieldInputType::updateAutoFillButton): * platform/LocalizedStrings.cpp: (WebCore::AXListItemActionVerb): (WebCore::AXAutoFillCredentialsLabel): (WebCore::AXAutoFillContactsLabel): (WebCore::AXARIAContentGroupText): * platform/LocalizedStrings.h: LayoutTests: * accessibility/auto-fill-types-expected.txt: Added. * accessibility/auto-fill-types.html: Added. Canonical link: https://commits.webkit.org/173702@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@198333 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2016-03-17 16:38:56 +00:00
This tests that the auto-filled buttons show up.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Initial auto-fill available: false
Auto-fill type: none
AX: Implement AutoFill Available attribute for a text field https://bugs.webkit.org/show_bug.cgi?id=155567 Reviewed by Darin Adler. Source/WebCore: Expose the auto fill buttons to the AX hierarchy. Add an attribute for the textfield to inform when the auto fill button is available. Test: accessibility/auto-fill-types.html * English.lproj/Localizable.strings: * accessibility/AccessibilityObject.cpp: (WebCore::AccessibilityObject::element): (WebCore::AccessibilityObject::isValueAutofillAvailable): (WebCore::AccessibilityObject::isValueAutofilled): * accessibility/AccessibilityObject.h: (WebCore::AccessibilityObject::passwordFieldValue): * accessibility/AccessibilityRenderObject.cpp: (WebCore::AccessibilityRenderObject::addTextFieldChildren): * accessibility/mac/WebAccessibilityObjectWrapperMac.mm: (-[WebAccessibilityObjectWrapper accessibilityAttributeValue:]): * html/TextFieldInputType.cpp: (WebCore::limitLength): (WebCore::autoFillButtonTypeToAccessibilityLabel): (WebCore::autoFillButtonTypeToAutoFillButtonPseudoClassName): (WebCore::TextFieldInputType::createAutoFillButton): (WebCore::TextFieldInputType::updateAutoFillButton): * platform/LocalizedStrings.cpp: (WebCore::AXListItemActionVerb): (WebCore::AXAutoFillCredentialsLabel): (WebCore::AXAutoFillContactsLabel): (WebCore::AXARIAContentGroupText): * platform/LocalizedStrings.h: LayoutTests: * accessibility/auto-fill-types-expected.txt: Added. * accessibility/auto-fill-types.html: Added. Canonical link: https://commits.webkit.org/173702@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@198333 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2016-03-17 16:38:56 +00:00
Contact button role: AXRole: AXButton
Contact button label: AXDescription: contact info AutoFill
Auto-fill type: contacts
AX: Implement AutoFill Available attribute for a text field https://bugs.webkit.org/show_bug.cgi?id=155567 Reviewed by Darin Adler. Source/WebCore: Expose the auto fill buttons to the AX hierarchy. Add an attribute for the textfield to inform when the auto fill button is available. Test: accessibility/auto-fill-types.html * English.lproj/Localizable.strings: * accessibility/AccessibilityObject.cpp: (WebCore::AccessibilityObject::element): (WebCore::AccessibilityObject::isValueAutofillAvailable): (WebCore::AccessibilityObject::isValueAutofilled): * accessibility/AccessibilityObject.h: (WebCore::AccessibilityObject::passwordFieldValue): * accessibility/AccessibilityRenderObject.cpp: (WebCore::AccessibilityRenderObject::addTextFieldChildren): * accessibility/mac/WebAccessibilityObjectWrapperMac.mm: (-[WebAccessibilityObjectWrapper accessibilityAttributeValue:]): * html/TextFieldInputType.cpp: (WebCore::limitLength): (WebCore::autoFillButtonTypeToAccessibilityLabel): (WebCore::autoFillButtonTypeToAutoFillButtonPseudoClassName): (WebCore::TextFieldInputType::createAutoFillButton): (WebCore::TextFieldInputType::updateAutoFillButton): * platform/LocalizedStrings.cpp: (WebCore::AXListItemActionVerb): (WebCore::AXAutoFillCredentialsLabel): (WebCore::AXAutoFillContactsLabel): (WebCore::AXARIAContentGroupText): * platform/LocalizedStrings.h: LayoutTests: * accessibility/auto-fill-types-expected.txt: Added. * accessibility/auto-fill-types.html: Added. Canonical link: https://commits.webkit.org/173702@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@198333 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2016-03-17 16:38:56 +00:00
Credentials button role: AXRole: AXButton
Credentials button label: AXDescription: password AutoFill
Auto-fill type: credentials
AX: Implement AutoFill Available attribute for a text field https://bugs.webkit.org/show_bug.cgi?id=155567 Reviewed by Darin Adler. Source/WebCore: Expose the auto fill buttons to the AX hierarchy. Add an attribute for the textfield to inform when the auto fill button is available. Test: accessibility/auto-fill-types.html * English.lproj/Localizable.strings: * accessibility/AccessibilityObject.cpp: (WebCore::AccessibilityObject::element): (WebCore::AccessibilityObject::isValueAutofillAvailable): (WebCore::AccessibilityObject::isValueAutofilled): * accessibility/AccessibilityObject.h: (WebCore::AccessibilityObject::passwordFieldValue): * accessibility/AccessibilityRenderObject.cpp: (WebCore::AccessibilityRenderObject::addTextFieldChildren): * accessibility/mac/WebAccessibilityObjectWrapperMac.mm: (-[WebAccessibilityObjectWrapper accessibilityAttributeValue:]): * html/TextFieldInputType.cpp: (WebCore::limitLength): (WebCore::autoFillButtonTypeToAccessibilityLabel): (WebCore::autoFillButtonTypeToAutoFillButtonPseudoClassName): (WebCore::TextFieldInputType::createAutoFillButton): (WebCore::TextFieldInputType::updateAutoFillButton): * platform/LocalizedStrings.cpp: (WebCore::AXListItemActionVerb): (WebCore::AXAutoFillCredentialsLabel): (WebCore::AXAutoFillContactsLabel): (WebCore::AXARIAContentGroupText): * platform/LocalizedStrings.h: LayoutTests: * accessibility/auto-fill-types-expected.txt: Added. * accessibility/auto-fill-types.html: Added. Canonical link: https://commits.webkit.org/173702@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@198333 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2016-03-17 16:38:56 +00:00
Post auto-fill available: true
PASS successfullyParsed is true
TEST COMPLETE