Bug 73751 - platform/mac/accessibility/search-when-element-starts-in-table.html is failing
Summary: platform/mac/accessibility/search-when-element-starts-in-table.html is failing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: chris fleizach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-03 11:39 PST by chris fleizach
Modified: 2011-12-05 12:59 PST (History)
1 user (show)

See Also:


Attachments
patch (9.61 KB, patch)
2011-12-05 12:35 PST, chris fleizach
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description chris fleizach 2011-12-03 11:39:09 PST
It seems that this test is failing on lion

platform/mac/accessibility/search-when-element-starts-in-table.html

 PASS resultElement.role is 'AXRole: AXHeading'
-PASS resultElement.title is 'AXTitle: outside heading'
-PASS resultElement.role is 'AXRole: '
+FAIL resultElement.title should be AXTitle: outside heading. Was AXTitle: heading.
+FAIL resultElement.role should be AXRole: . Was AXRole: AXHeading.
 PASS resultElement.role is 'AXRole: AXCell'
 PASS successfullyParsed is true
Comment 1 chris fleizach 2011-12-05 09:23:49 PST
Must have missed this when I made searching work faster.
Comment 2 chris fleizach 2011-12-05 11:23:02 PST
This actually exposed some other bugs with navigating backwards
Comment 3 chris fleizach 2011-12-05 12:35:45 PST
Created attachment 117920 [details]
patch
Comment 4 chris fleizach 2011-12-05 12:59:57 PST
http://trac.webkit.org/changeset/102031