accessibility/textarea-selected-text-range.html is failing on all EFL platforms.
Created attachment 215479 [details] Proposed patch
Created attachment 215481 [details] Proposed patch
Comment on attachment 215481 [details] Proposed patch View in context: https://bugs.webkit.org/attachment.cgi?id=215481&action=review Lgtm, besides some small style nits. > LayoutTests/ChangeLog:7 > + We normally put a brief and generic description such as "Removed failure expectations" or the like > Tools/DumpRenderTree/atk/AccessibilityUIElementAtk.cpp:1026 > + gint start, end; > + g_free(atk_text_get_selection(ATK_TEXT(m_element), 0, &start, &end)); This g_free(...) thing is a weird idiom, but I guess it's fine here since you are only interested in the offsets. Ok > Tools/DumpRenderTree/atk/AccessibilityUIElementAtk.cpp:1029 > + Extra blank line not needed > Tools/WebKitTestRunner/InjectedBundle/atk/AccessibilityUIElementAtk.cpp:1169 > + Extra line
Created attachment 215503 [details] Updated patch Updated the patch accordingly.
Comment on attachment 215503 [details] Updated patch Clearing flags on attachment: 215503 Committed r158273: <http://trac.webkit.org/changeset/158273>
All reviewed patches have been landed. Closing bug.
*** Bug 98379 has been marked as a duplicate of this bug. ***