Bug 158732 - [Win] The test accessibility/selected-text-range-aria-elements.html is failing.
Summary: [Win] The test accessibility/selected-text-range-aria-elements.html is failing.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Per Arne Vollan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-14 06:07 PDT by Per Arne Vollan
Modified: 2016-06-15 02:55 PDT (History)
11 users (show)

See Also:


Attachments
Patch (3.29 KB, patch)
2016-06-14 06:40 PDT, Per Arne Vollan
bfulgham: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Per Arne Vollan 2016-06-14 06:07:16 PDT
The method AccessibilityUIElement::selectedTextRange() is not implemented.
Comment 1 Per Arne Vollan 2016-06-14 06:40:43 PDT
Created attachment 281253 [details]
Patch
Comment 2 Brent Fulgham 2016-06-14 07:51:02 PDT
Comment on attachment 281253 [details]
Patch

r=me.
Comment 3 Brent Fulgham 2016-06-14 07:51:42 PDT
Comment on attachment 281253 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=281253&action=review

r=me.

> Source/WebCore/ChangeLog:8
> +        Implement support for getting selected text range.

Does this allow us to unskip any tests?
Comment 4 Per Arne Vollan 2016-06-14 08:12:37 PDT
(In reply to comment #3)
> Comment on attachment 281253 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=281253&action=review
> 
> r=me.
> 
> > Source/WebCore/ChangeLog:8
> > +        Implement support for getting selected text range.
> 
> Does this allow us to unskip any tests?

I will have a look in the test expectations :) Thanks for reviewing!
Comment 5 Per Arne Vollan 2016-06-15 02:55:58 PDT
Committed r202088: <https://trac.webkit.org/changeset/202088>