12012-08-28 Joanmarie Diggs <jdiggs@igalia.com>
2
3 Implement AccessibilityUIElement::titleUIElement() and AccessibilityUIElement::stringValue()
4 https://bugs.webkit.org/show_bug.cgi?id=95185
5
6 Reviewed by NOBODY (OOPS!).
7
8 Updated layout test expected results. In all three cases below:
9 1) Remove objects from the tree representation which did not belong,
10 but were included as a side effect of AccessibilityUIElement::stringValue()
11 not having been implemented.
12 2) Add the stringValue() return value to the tree representation.
13 Note that the implementation of AccessibilityUIElement::titleUIElement()
14 will be tested by the existing legend.html layout text. See bug 84137.
15
16 * platform/gtk/accessibility/adjacent-continuations-cause-assertion-failure-expected.txt: Updated.
17 * platform/gtk/accessibility/deleting-iframe-destroys-axcache-expected.txt: Updated.
18 * platform/gtk/accessibility/div-within-anchors-causes-crash-expected.txt: Updated.
19