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

Unified Diff: LayoutTests/accessibility/chromium-only-roles.html

Issue 721753004: Rebaseline accessibility/chromium-only-roles.html (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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 | « LayoutTests/TestExpectations ('k') | LayoutTests/accessibility/chromium-only-roles-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"');
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/accessibility/chromium-only-roles-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698