| Index: LayoutTests/accessibility/aria-option-role-expected.txt
|
| diff --git a/LayoutTests/accessibility/aria-option-role-expected.txt b/LayoutTests/accessibility/aria-option-role-expected.txt
|
| index 66ce78ebf91fa22a101c12cae767722f0afb1064..53b7f87cc912543ced49931e07a015231e60b019 100644
|
| --- a/LayoutTests/accessibility/aria-option-role-expected.txt
|
| +++ b/LayoutTests/accessibility/aria-option-role-expected.txt
|
| @@ -6,9 +6,9 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
|
|
|
|
| firstChild.role is AXRole: AXListBoxOption
|
| -PASS firstChild.title is 'AXTitle: option 1'
|
| +PASS firstChild.deprecatedTitle is 'AXTitle: option 1'
|
| secondChild.role is AXRole: AXListBoxOption
|
| -PASS secondChild.description is 'AXDescription: label 2'
|
| +PASS secondChild.deprecatedDescription is 'AXDescription: label 2'
|
| PASS firstChild.childrenCount is 0
|
| PASS secondChild.childrenCount is 0
|
| PASS successfullyParsed is true
|
|
|