Index: LayoutTests/accessibility/main-element.html |
diff --git a/LayoutTests/accessibility/main-element.html b/LayoutTests/accessibility/main-element.html |
index bf1c5762648100dc5e2cbb0668c1d6476896ba0a..44374b2877889e406b0988b6347d85de8de59752 100644 |
--- a/LayoutTests/accessibility/main-element.html |
+++ b/LayoutTests/accessibility/main-element.html |
@@ -12,14 +12,14 @@ |
<script> |
- description("This tests that the HTML5 main element correctly maps to AXLandmarkMain."); |
+ description("This tests that the HTML5 main element correctly maps to AXMain."); |
if (window.accessibilityController) { |
document.getElementById("body").focus(); |
var body = accessibilityController.focusedElement; |
var main = accessibilityController.accessibleElementById("main"); |
- shouldBe("main.role", "'AXRole: AXLandmarkMain'"); |
+ shouldBe("main.role", "'AXRole: AXMain'"); |
} |