| Index: third_party/WebKit/LayoutTests/accessibility/aria-labelledby-overrides-aria-label-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/accessibility/aria-labelledby-overrides-aria-label-expected.txt b/third_party/WebKit/LayoutTests/accessibility/aria-labelledby-overrides-aria-label-expected.txt
|
| index cff61a3d55a26d07caa9470ac8d4c96bd6a94dc5..dd119a1ecc9b750cdbd1bd930d024a6d7b252901 100644
|
| --- a/third_party/WebKit/LayoutTests/accessibility/aria-labelledby-overrides-aria-label-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/accessibility/aria-labelledby-overrides-aria-label-expected.txt
|
| @@ -1,12 +1,8 @@
|
| This tests that if aria-labelledby is used, then aria-label attributes are not used.
|
|
|
| Alpha Beta Delta Eta Epsilon Theta
|
| -usingNone.deprecatedTitle: [AXTitle: Alpha]
|
| -usingNone.deprecatedDescription: [AXDescription: ]
|
| -usingLabel.deprecatedTitle: [AXTitle: Beta]
|
| -usingLabel.deprecatedDescription: [AXDescription: Gamma]
|
| -usingLabelledby.deprecatedTitle: [AXTitle: Delta]
|
| -usingLabelledby.deprecatedDescription: [AXDescription: Epsilon]
|
| -usingLabeledby.deprecatedTitle: [AXTitle: Eta]
|
| -usingLabeledby.deprecatedDescription: [AXDescription: Theta]
|
| +usingNone.name: [Alpha]
|
| +usingLabel.name: [Gamma]
|
| +usingLabelledby.name: [Epsilon]
|
| +usingLabeledby.name: [Theta]
|
|
|
|
|