diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/accessibility/non-data-table-cell-title-ui-element.html')
-rw-r--r-- | third_party/WebKit/LayoutTests/accessibility/non-data-table-cell-title-ui-element.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/accessibility/non-data-table-cell-title-ui-element.html b/third_party/WebKit/LayoutTests/accessibility/non-data-table-cell-title-ui-element.html index 1fdc9a9..8562ac8 100644 --- a/third_party/WebKit/LayoutTests/accessibility/non-data-table-cell-title-ui-element.html +++ b/third_party/WebKit/LayoutTests/accessibility/non-data-table-cell-title-ui-element.html @@ -31,7 +31,7 @@ body.focus(); // get the <th>skip</th> element var group = accessibilityController.focusedElement.childAtIndex(5); - var titleUI = group.deprecatedTitleUIElement(); + var titleUI = group.nameElementAtIndex(0); var allAttributes = ""; if (titleUI) allAttributes = titleUI.allAttributes(); |