| Index: third_party/WebKit/LayoutTests/accessibility/chromium-only-roles.html
|
| diff --git a/third_party/WebKit/LayoutTests/accessibility/chromium-only-roles.html b/third_party/WebKit/LayoutTests/accessibility/chromium-only-roles.html
|
| index 9185e13cc9f2b29607d8582d99fc5951bee52b68..d45fb164f78e41888e582cf16da95159a1f15a15 100644
|
| --- a/third_party/WebKit/LayoutTests/accessibility/chromium-only-roles.html
|
| +++ b/third_party/WebKit/LayoutTests/accessibility/chromium-only-roles.html
|
| @@ -25,7 +25,7 @@ if (window.testRunner && window.accessibilityController) {
|
| shouldBe('axContainer.childAtIndex(1).role', '"AXRole: AXParagraph"');
|
| shouldBe('axContainer.childAtIndex(2).role', '"AXRole: AXLabel"');
|
| shouldBe('axContainer.childAtIndex(3).role', '"AXRole: AXForm"');
|
| - shouldBe('axContainer.childAtIndex(4).role', '"AXRole: AXDiv"');
|
| + shouldBe('axContainer.childAtIndex(4).role', '"AXRole: AXGenericContainer"');
|
| }
|
|
|
| </script>
|
|
|