| Index: LayoutTests/accessibility/aria-labelledby-overrides-aria-label.html
|
| diff --git a/LayoutTests/accessibility/aria-labelledby-overrides-aria-label.html b/LayoutTests/accessibility/aria-labelledby-overrides-aria-label.html
|
| index f939165db53233752b3149ffdca42a7ba4dda411..a1b3516ae4b6e217925c72e440fdcd38e9804b2e 100644
|
| --- a/LayoutTests/accessibility/aria-labelledby-overrides-aria-label.html
|
| +++ b/LayoutTests/accessibility/aria-labelledby-overrides-aria-label.html
|
| @@ -34,20 +34,20 @@
|
|
|
| if (window.accessibilityController) {
|
| var usingNone = getAccessibilityObject("using-none");
|
| - output("usingNone.title: [" + usingNone.title + "]");
|
| - output("usingNone.description: [" + usingNone.description + "]");
|
| + output("usingNone.deprecatedTitle: [" + usingNone.deprecatedTitle + "]");
|
| + output("usingNone.deprecatedDescription: [" + usingNone.deprecatedDescription + "]");
|
|
|
| var usingLabel = getAccessibilityObject("using-label");
|
| - output("usingLabel.title: [" + usingLabel.title + "]");
|
| - output("usingLabel.description: [" + usingLabel.description + "]");
|
| + output("usingLabel.deprecatedTitle: [" + usingLabel.deprecatedTitle + "]");
|
| + output("usingLabel.deprecatedDescription: [" + usingLabel.deprecatedDescription + "]");
|
|
|
| var usingLabelledby = getAccessibilityObject("using-labelledby");
|
| - output("usingLabelledby.title: [" + usingLabelledby.title + "]");
|
| - output("usingLabelledby.description: [" + usingLabelledby.description + "]");
|
| + output("usingLabelledby.deprecatedTitle: [" + usingLabelledby.deprecatedTitle + "]");
|
| + output("usingLabelledby.deprecatedDescription: [" + usingLabelledby.deprecatedDescription + "]");
|
|
|
| var usingLabeledby = getAccessibilityObject("using-labeledby");
|
| - output("usingLabeledby.title: [" + usingLabeledby.title + "]");
|
| - output("usingLabeledby.description: [" + usingLabeledby.description + "]");
|
| + output("usingLabeledby.deprecatedTitle: [" + usingLabeledby.deprecatedTitle + "]");
|
| + output("usingLabeledby.deprecatedDescription: [" + usingLabeledby.deprecatedDescription + "]");
|
| }
|
|
|
| successfullyParsed = true;
|
|
|