| Index: LayoutTests/accessibility/radio-button-title-label-expected.txt
|
| diff --git a/LayoutTests/accessibility/radio-button-title-label-expected.txt b/LayoutTests/accessibility/radio-button-title-label-expected.txt
|
| index 662a27e92f4dcf621b245028785af9acd135f28a..fac2f2c79b8e9f07e8e0e383b176209b4d32feb0 100644
|
| --- a/LayoutTests/accessibility/radio-button-title-label-expected.txt
|
| +++ b/LayoutTests/accessibility/radio-button-title-label-expected.txt
|
| @@ -3,14 +3,14 @@ This test checks that radio buttons expose title ui elements correctly under a v
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS focusedElement.title is 'AXTitle: LABEL'
|
| -PASS !titleUIElement || titleUIElement.title == 'AXTitle: ' is true
|
| -PASS focusedElement.description is 'AXDescription: LABEL2a'
|
| -PASS focusedElement.title is 'AXTitle: '
|
| -PASS !titleUIElement || titleUIElement.title == 'AXTitle: ' is true
|
| -PASS focusedElement.description is 'AXDescription: radio3'
|
| -PASS focusedElement.title is 'AXTitle: '
|
| -PASS !titleUIElement || titleUIElement.title == 'AXTitle: ' is true
|
| +PASS focusedElement.deprecatedTitle is 'AXTitle: LABEL'
|
| +PASS !titleUIElement || titleUIElement.deprecatedTitle == 'AXTitle: ' is true
|
| +PASS focusedElement.deprecatedDescription is 'AXDescription: LABEL2a'
|
| +PASS focusedElement.deprecatedTitle is 'AXTitle: '
|
| +PASS !titleUIElement || titleUIElement.deprecatedTitle == 'AXTitle: ' is true
|
| +PASS focusedElement.deprecatedDescription is 'AXDescription: radio3'
|
| +PASS focusedElement.deprecatedTitle is 'AXTitle: '
|
| +PASS !titleUIElement || titleUIElement.deprecatedTitle == 'AXTitle: ' is true
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|