[Webkit-unassigned] [Bug 142196] AX: WebKit does not expose text fields inside tree views.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 21 23:25:06 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=142196

--- Comment #12 from Nan Wang <nanwang1101 at yahoo.com> ---
(In reply to comment #11)
> (In reply to comment #10)
> > Created attachment 251303 [details]
> > Archive of layout-test-results from ews103 for mac-mavericks
> > 
> > The attached test failures were seen while running run-webkit-tests on the
> > mac-ews.
> > Bot: ews103  Port: mac-mavericks  Platform: Mac OS X 10.9.5
> 
> This seems like a real failure this one
> 
>  PASS resultElement.role is 'AXRole: AXOutline'
> -PASS resultElement.childAtIndex(0).childAtIndex(0).stringValue is 'AXValue:
> tree item'
> +FAIL resultElement.childAtIndex(0).childAtIndex(0).stringValue should be
> AXValue: tree item. Was AXValue: •.
>  PASS resultElement.role is 'AXRole: AXStaticText'

Since the fix is exposing all children of treeitem, the test is failed because the text is the second child of the treeitem. Can I change the test case to get childAtIndex(1)?

Thanks

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150422/fb0ab4bc/attachment-0001.html>


More information about the webkit-unassigned mailing list