Bug 28219

Summary: platform/mac/accessibility/string-range-contains-listmarker.html fails on SnowLeopard
Product: WebKit Reporter: chris fleizach <cfleizach>
Component: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
patch eric: review+

Description chris fleizach 2009-08-12 10:40:02 PDT
on snow leopard AXLists are present, which change the AX hierarchy slightly
Comment 1 chris fleizach 2009-08-12 10:41:36 PDT
Created attachment 34674 [details]
patch
Comment 2 Eric Seidel (no email) 2009-08-12 10:51:52 PDT
Comment on attachment 34674 [details]
patch

Looks OK.

Technically style violation:
+          if (testObject.role == "AXRole: AXGroup") {
+             testObject = testObject.childAtIndex(1);
+          }
+          else if (testObject.role == "AXRole: AXListMarker") {
Comment 3 chris fleizach 2009-08-12 10:56:31 PDT
http://trac.webkit.org/changeset/47123