| Index: LayoutTests/accessibility/th-as-title-ui.html
|
| diff --git a/LayoutTests/accessibility/th-as-title-ui.html b/LayoutTests/accessibility/th-as-title-ui.html
|
| index 37c9e40a80e0ab2352519fa731cb36becc1de6d7..124101e72a902446bfabbf1623595fd0d9a7ffdb 100644
|
| --- a/LayoutTests/accessibility/th-as-title-ui.html
|
| +++ b/LayoutTests/accessibility/th-as-title-ui.html
|
| @@ -32,7 +32,7 @@
|
| body.focus();
|
| var group = accessibilityController.focusedElement.childAtIndex(1);
|
| var group2 = accessibilityController.focusedElement.childAtIndex(3);
|
| - if (group.titleUIElement().allAttributes() != "" && (group2.titleUIElement() == null || group2.titleUIElement().allAttributes() == ""))
|
| + if (group.deprecatedTitleUIElement().allAttributes() != "" && (group2.deprecatedTitleUIElement() == null || group2.deprecatedTitleUIElement().allAttributes() == ""))
|
| result.innerText += "Pass";
|
| else
|
| result.innerText += "Fail";
|
|
|