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

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

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-expected.txt
diff --git a/third_party/WebKit/LayoutTests/accessibility/chromium-only-roles-expected.txt b/third_party/WebKit/LayoutTests/accessibility/chromium-only-roles-expected.txt
index 24330c33671d6c831e78cc1e3e12f20f1ecf2ace..364a4053d8020b01836cb3ea4d86d9e5b260bd34 100644
--- a/third_party/WebKit/LayoutTests/accessibility/chromium-only-roles-expected.txt
+++ b/third_party/WebKit/LayoutTests/accessibility/chromium-only-roles-expected.txt
@@ -7,7 +7,7 @@ PASS axContainer.childAtIndex(0).role is "AXRole: AXSplitter"
PASS axContainer.childAtIndex(1).role is "AXRole: AXParagraph"
PASS axContainer.childAtIndex(2).role is "AXRole: AXLabel"
PASS axContainer.childAtIndex(3).role is "AXRole: AXForm"
-PASS axContainer.childAtIndex(4).role is "AXRole: AXDiv"
+PASS axContainer.childAtIndex(4).role is "AXRole: AXGenericContainer"
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698