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

Unified Diff: third_party/WebKit/LayoutTests/accessibility/element-role-mapping-normal-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/element-role-mapping-normal-expected.txt
diff --git a/third_party/WebKit/LayoutTests/accessibility/element-role-mapping-normal-expected.txt b/third_party/WebKit/LayoutTests/accessibility/element-role-mapping-normal-expected.txt
index b0f68bc322ecdf2f39b0c2a17c009827664bbea9..8037e99be80e062e46d279147f67964acdb1f7ff 100644
--- a/third_party/WebKit/LayoutTests/accessibility/element-role-mapping-normal-expected.txt
+++ b/third_party/WebKit/LayoutTests/accessibility/element-role-mapping-normal-expected.txt
@@ -54,7 +54,7 @@ AXRole: AXWebArea
AXRole: AXHeading "Heading"
AXRole: AXStaticText "Heading"
AXRole: AXInlineTextBox "Heading"
- AXRole: AXDiv
+ AXRole: AXGenericContainer
AXRole: AXStaticText "Division"
AXRole: AXInlineTextBox "Division"
AXRole: AXParagraph
@@ -92,7 +92,7 @@ AXRole: AXWebArea
AXRole: AXInlineTextBox "b"
AXRole: AXMain
AXRole: AXArticle
- AXRole: AXGroup
+ AXRole: AXGenericContainer
AXRole: AXHeading "Most important heading here"
AXRole: AXStaticText "Most important heading here"
AXRole: AXInlineTextBox "Most important heading here"
@@ -103,7 +103,7 @@ AXRole: AXWebArea
AXRole: AXStaticText "Google Chrome is a free, open-source web browser developed by Google, released in 2008."
AXRole: AXInlineTextBox "Google Chrome is a free, open-source web browser developed by Google, "
AXRole: AXInlineTextBox "released in 2008."
- AXRole: AXGroup
+ AXRole: AXGenericContainer
AXRole: AXParagraph
AXRole: AXStaticText "Footer in article"
AXRole: AXInlineTextBox "Footer in article"
@@ -138,14 +138,14 @@ element
AXRole: AXInlineTextBox "
"
AXRole: AXRegion
- AXRole: AXGroup
+ AXRole: AXGenericContainer
AXRole: AXHeading "Most important heading here"
AXRole: AXStaticText "Most important heading here"
AXRole: AXInlineTextBox "Most important heading here"
AXRole: AXParagraph
AXRole: AXStaticText "Section"
AXRole: AXInlineTextBox "Section"
- AXRole: AXGroup
+ AXRole: AXGenericContainer
AXRole: AXParagraph
AXRole: AXStaticText "Footer in section"
AXRole: AXInlineTextBox "Footer in section"

Powered by Google App Engine
This is Rietveld 408576698