Skip to content
  • commit-queue@webkit.org's avatar
    [ATK] Adds support for aria-haspopup property. · 5945f760
    commit-queue@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=117834
    
    Source/WebCore:
    
    Patch by Krzysztof Czech <k.czech@ymail.com> on 2013-07-16
    Reviewed by Christophe Dumez.
    
    Adds support for aria-haspopup property.
    
    Tests: accessibility/element-haspopup.html
           accessibility/popup-button-title.html
    
    * accessibility/atk/WebKitAccessibleWrapperAtk.cpp:
    (webkitAccessibleGetAttributes):
    
    Tools:
    
    Patch by Krzysztof Czech <k.czech@samsung.com> on 2013-07-16
    Reviewed by Christophe Dumez.
    
    Adds implementation for testing aria-haspopup property.
    
    * DumpRenderTree/atk/AccessibilityUIElementAtk.cpp:
    (getAttributeSetValueForId):
    (AccessibilityUIElement::stringAttributeValue):
    (AccessibilityUIElement::hasPopup):
    * WebKitTestRunner/InjectedBundle/atk/AccessibilityUIElementAtk.cpp:
    (WTR::getAttributeSetValueForId):
    (WTR::AccessibilityUIElement::stringAttributeValue):
    (WTR::AccessibilityUIElement::hasPopup):
    
    LayoutTests:
    
    Patch by Krzysztof Czech <k.czech@ymail.com> on 2013-07-16
    Reviewed by Christophe Dumez.
    
    Moving accessibility tests related to aria-haspopup property.
    
    * accessibility/element-haspopup-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/element-haspopup-expected.txt.
    * accessibility/element-haspopup.html: Renamed from LayoutTests/platform/mac/accessibility/element-haspopup.html.
    * accessibility/popup-button-title-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/popup-button-title-expected.txt.
    * accessibility/popup-button-title.html: Renamed from LayoutTests/platform/mac/accessibility/popup-button-title.html.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@152716 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    5945f760