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

Unified Diff: third_party/WebKit/LayoutTests/accessibility/element-role-mapping-normal-expected.txt

Issue 2440833002: Revert of Accessibility: Ignore all anonymous blocks (Closed)
Patch Set: Rebase after revert of another change touching cursors_test.js Created 4 years, 2 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 825374b2c20c61034962a503115543f1ed5445b9..f614e7fc05088d08759fec918b0726fb104695f5 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
@@ -60,12 +60,14 @@ AXRole: AXWebArea
AXRole: AXParagraph
AXRole: AXStaticText "Paragraph"
AXRole: AXInlineTextBox "Paragraph"
- AXRole: AXRuby
- AXRole: AXAnnotation
- AXRole: AXStaticText "한국"
- AXRole: AXInlineTextBox "한국"
- AXRole: AXStaticText "韓國"
- AXRole: AXInlineTextBox "韓國"
+ AXRole: AXGroup
+ AXRole: AXRuby
+ AXRole: AXAnnotation
+ AXRole: AXStaticText "한국"
+ AXRole: AXInlineTextBox "한국"
+ AXRole: AXGroup
+ AXRole: AXStaticText "韓國"
+ AXRole: AXInlineTextBox "韓國"
AXRole: AXDescriptionList
AXRole: AXDescriptionListTerm
AXRole: AXStaticText "Coffee"
@@ -79,17 +81,18 @@ AXRole: AXWebArea
AXRole: AXDescriptionListDetail
AXRole: AXStaticText "- white cold drink"
AXRole: AXInlineTextBox "- white cold drink"
- AXRole: AXMath
- AXRole: AXStaticText "x "
- AXRole: AXInlineTextBox "x "
- AXRole: AXStaticText "+ "
- AXRole: AXInlineTextBox "+ "
- AXRole: AXStaticText "a "
- AXRole: AXInlineTextBox "a "
- AXRole: AXStaticText "/ "
- AXRole: AXInlineTextBox "/ "
- AXRole: AXStaticText "b"
- AXRole: AXInlineTextBox "b"
+ AXRole: AXGroup
+ AXRole: AXMath
+ AXRole: AXStaticText "x "
+ AXRole: AXInlineTextBox "x "
+ AXRole: AXStaticText "+ "
+ AXRole: AXInlineTextBox "+ "
+ AXRole: AXStaticText "a "
+ AXRole: AXInlineTextBox "a "
+ AXRole: AXStaticText "/ "
+ AXRole: AXInlineTextBox "/ "
+ AXRole: AXStaticText "b"
+ AXRole: AXInlineTextBox "b"
AXRole: AXMain
AXRole: AXArticle
AXRole: AXGroup
@@ -189,11 +192,13 @@ element
AXRole: AXInlineTextBox "Cell2"
AXRole: AXTableHeaderContainer
AXRole: AXFigure "Fig1. - Blue Box"
- AXRole: AXImage "blue"
+ AXRole: AXGroup
+ AXRole: AXImage "blue"
AXRole: AXFigcaption
AXRole: AXStaticText "Fig1. - Blue Box"
AXRole: AXInlineTextBox "Fig1. - Blue Box"
- AXRole: AXEmbeddedObject
+ AXRole: AXGroup
+ AXRole: AXEmbeddedObject
AXRole: AXFooter
AXRole: AXParagraph
AXRole: AXStaticText "This is a footer."

Powered by Google App Engine
This is Rietveld 408576698