| Index: LayoutTests/accessibility/aria-labelledby-stay-within.html
|
| diff --git a/LayoutTests/accessibility/aria-labelledby-stay-within.html b/LayoutTests/accessibility/aria-labelledby-stay-within.html
|
| index 71c74c7752e5f720c59eea48044c7739a4bf1fd8..f17a6845bc08b6ee79858dc2f48e7e75773638a9 100644
|
| --- a/LayoutTests/accessibility/aria-labelledby-stay-within.html
|
| +++ b/LayoutTests/accessibility/aria-labelledby-stay-within.html
|
| @@ -32,11 +32,11 @@
|
| var labeledItem = document.getElementById("rep");
|
| labeledItem.focus();
|
| var result = document.getElementById("result");
|
| - if ( accessibilityController.focusedElement.description == "AXDescription: Reply Item Five" ) {
|
| + if ( accessibilityController.focusedElement.deprecatedDescription == "AXDescription: Reply Item Five" ) {
|
| result.innerText = "Passed";
|
| }
|
| else {
|
| - result.innerText = "Failed. Result ==" + accessibilityController.focusedElement.description + "==";
|
| + result.innerText = "Failed. Result ==" + accessibilityController.focusedElement.deprecatedDescription + "==";
|
| }
|
| }
|
| </script>
|
|
|