RESOLVED FIXED 28219
platform/mac/accessibility/string-range-contains-listmarker.html fails on SnowLeopard
https://bugs.webkit.org/show_bug.cgi?id=28219
Summary platform/mac/accessibility/string-range-contains-listmarker.html fails on Sno...
chris fleizach
Reported 2009-08-12 10:40:02 PDT
on snow leopard AXLists are present, which change the AX hierarchy slightly
Attachments
patch (2.65 KB, patch)
2009-08-12 10:41 PDT, chris fleizach
eric: review+
chris fleizach
Comment 1 2009-08-12 10:41:36 PDT
Eric Seidel (no email)
Comment 2 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") {
chris fleizach
Comment 3 2009-08-12 10:56:31 PDT
Note You need to log in before you can comment on or make changes to this bug.