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

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

Issue 2234913002: Added support for header and footer inside other sections, according to HTML API Mappings 1.0. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed test expectations. Created 4 years, 4 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 3534050b51c4d9549635c0beb95e0c35cd2da4c8..d620d48a63fac9fd26ccdd52a794a89737529ef1 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
@@ -95,9 +95,10 @@ AXRole: AXWebArea
AXRole: AXInlineTextBox "b"
AXRole: AXMain
AXRole: AXArticle
- AXRole: AXHeading "Most important heading here"
- AXRole: AXStaticText "Most important heading here"
- AXRole: AXInlineTextBox "Most important heading here"
+ AXRole: AXGroup
+ AXRole: AXHeading "Most important heading here"
+ AXRole: AXStaticText "Most important heading here"
+ AXRole: AXInlineTextBox "Most important heading here"
AXRole: AXHeading "Google Chrome"
AXRole: AXStaticText "Google Chrome"
AXRole: AXInlineTextBox "Google Chrome"
@@ -105,9 +106,10 @@ 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: AXParagraph
- AXRole: AXStaticText "Footer in article"
- AXRole: AXInlineTextBox "Footer in article"
+ AXRole: AXGroup
+ AXRole: AXParagraph
+ AXRole: AXStaticText "Footer in article"
+ AXRole: AXInlineTextBox "Footer in article"
AXRole: AXNavigation
AXRole: AXLink "HTML"
AXRole: AXStaticText "HTML"
@@ -139,15 +141,17 @@ element
AXRole: AXInlineTextBox "
"
AXRole: AXRegion
- AXRole: AXHeading "Most important heading here"
- AXRole: AXStaticText "Most important heading here"
- AXRole: AXInlineTextBox "Most important heading here"
+ AXRole: AXGroup
+ 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: AXParagraph
- AXRole: AXStaticText "Footer in section"
- AXRole: AXInlineTextBox "Footer in section"
+ AXRole: AXGroup
+ AXRole: AXParagraph
+ AXRole: AXStaticText "Footer in section"
+ AXRole: AXInlineTextBox "Footer in section"
AXRole: AXContentInfo
AXRole: AXStaticText "Written by Julie"
AXRole: AXInlineTextBox "Written by Julie"

Powered by Google App Engine
This is Rietveld 408576698