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

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

Issue 2867073003: Name calculation should not include nameFrom:author descendants. (Closed)
Patch Set: Rebase Created 3 years, 7 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
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>

Powered by Google App Engine
This is Rietveld 408576698