| Index: LayoutTests/accessibility/chromium-only-roles.html
|
| diff --git a/LayoutTests/accessibility/chromium-only-roles.html b/LayoutTests/accessibility/chromium-only-roles.html
|
| index 81e2977d0d9c7d291ce0d2d3dd57c3d019200deb..9185e13cc9f2b29607d8582d99fc5951bee52b68 100644
|
| --- a/LayoutTests/accessibility/chromium-only-roles.html
|
| +++ b/LayoutTests/accessibility/chromium-only-roles.html
|
| @@ -21,7 +21,7 @@ if (window.testRunner && window.accessibilityController) {
|
| document.getElementById('container').focus();
|
| var axContainer = accessibilityController.focusedElement;
|
|
|
| - shouldBe('axContainer.childAtIndex(0).role', '"AXRole: AXHorizontalRule"');
|
| + shouldBe('axContainer.childAtIndex(0).role', '"AXRole: AXSplitter"');
|
| shouldBe('axContainer.childAtIndex(1).role', '"AXRole: AXParagraph"');
|
| shouldBe('axContainer.childAtIndex(2).role', '"AXRole: AXLabel"');
|
| shouldBe('axContainer.childAtIndex(3).role', '"AXRole: AXForm"');
|
|
|