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

Unified Diff: third_party/WebKit/LayoutTests/accessibility/presentation-owned-elements-expected.txt

Issue 2867073003: Name calculation should not include nameFrom:author descendants. (Closed)
Patch Set: Single quote 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/presentation-owned-elements-expected.txt
diff --git a/third_party/WebKit/LayoutTests/accessibility/presentation-owned-elements-expected.txt b/third_party/WebKit/LayoutTests/accessibility/presentation-owned-elements-expected.txt
index 72378d13f9d03d0718f4fb0d4353f6dc75eadd20..20503d7288a51a9649b769c444afa67baf4db53f 100644
--- a/third_party/WebKit/LayoutTests/accessibility/presentation-owned-elements-expected.txt
+++ b/third_party/WebKit/LayoutTests/accessibility/presentation-owned-elements-expected.txt
@@ -28,23 +28,23 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
AXRole: AXWebArea
- AXRole: AXDiv
+ AXRole: AXGenericContainer
AXRole: AXStaticText "These lists have a static text role because they have a presentation role."
AXRole: AXInlineTextBox "These lists have a static text role because they have a presentation role."
AXRole: AXStaticText "Presentation Item 1"
AXRole: AXInlineTextBox "Presentation Item 1"
AXRole: AXStaticText "Presentation Item 2"
AXRole: AXInlineTextBox "Presentation Item 2"
- AXRole: AXDiv
+ AXRole: AXGenericContainer
AXRole: AXStaticText "The first list item has a listitem role even if ul has a presentation role because it has an explicit role."
AXRole: AXInlineTextBox "The first list item has a listitem role even if ul has a presentation role because it has an explicit role."
- AXRole: AXListItem "Explicit Item 1"
+ AXRole: AXListItem
AXRole: AXListMarker "•"
AXRole: AXStaticText "Explicit Item 1"
AXRole: AXInlineTextBox "Explicit Item 1"
AXRole: AXStaticText "Implicit Item 2"
AXRole: AXInlineTextBox "Implicit Item 2"
- AXRole: AXDiv
+ AXRole: AXGenericContainer
AXRole: AXStaticText "These two tables have static text roles because they have presentation roles."
AXRole: AXInlineTextBox "These two tables have static text roles because they have presentation roles."
AXRole: AXStaticText "Presentation th"
@@ -53,24 +53,24 @@ AXRole: AXWebArea
AXRole: AXInlineTextBox "Presentation th"
AXRole: AXStaticText "Presentation th"
AXRole: AXInlineTextBox "Presentation th"
- AXRole: AXDiv
+ AXRole: AXGenericContainer
AXRole: AXStaticText "The "Presentation th" has a static text role because it has a presentation role."
AXRole: AXInlineTextBox "The "Presentation th" has a static text role because it has a presentation role."
AXRole: AXStaticText "Presentation th"
AXRole: AXInlineTextBox "Presentation th"
- AXRole: AXGroup
+ AXRole: AXGenericContainer
AXRole: AXStaticText "Normal td"
AXRole: AXInlineTextBox "Normal td"
- AXRole: AXDiv
+ AXRole: AXGenericContainer
AXRole: AXStaticText "The row for "Explicit th" has a row role even if table has a presentation role because it has an explicit role."
AXRole: AXInlineTextBox "The row for "Explicit th" has a row role even if table has a presentation role because it has an explicit role."
AXRole: AXRow
- AXRole: AXGroup
+ AXRole: AXGenericContainer
AXRole: AXStaticText "Explicit th"
AXRole: AXInlineTextBox "Explicit th"
AXRole: AXStaticText "Implicit td"
AXRole: AXInlineTextBox "Implicit td"
- AXRole: AXDiv
+ AXRole: AXGenericContainer
AXRole: AXStaticText "The menu items except button have a static text role because it has a presentation role and is disabled."
AXRole: AXInlineTextBox "The menu items except button have a static text role because it has a presentation role and is disabled."
AXRole: AXLineBreak "
@@ -86,7 +86,7 @@ AXRole: AXWebArea
AXRole: AXInlineTextBox " Male "
AXRole: AXStaticText " Female"
AXRole: AXInlineTextBox " Female"
- AXRole: AXDiv
+ AXRole: AXGenericContainer
AXRole: AXStaticText "The option A has a static text role because it has a presentation role and is disabled."
AXRole: AXInlineTextBox "The option A has a static text role because it has a presentation role and is disabled."
AXRole: AXLineBreak "

Powered by Google App Engine
This is Rietveld 408576698