Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Unified Diff: LayoutTests/accessibility/main-element.html

Issue 22331005: Clean up accessibility enums for use in Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add forgotten file back Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/accessibility/main-element-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'");
}
« no previous file with comments | « no previous file | LayoutTests/accessibility/main-element-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698