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

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

Issue 2797463002: Added some more roles to the list of roles that calculate their names from content. (Closed)
Patch Set: Fixed test expectations. Created 3 years, 8 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..b0f68bc322ecdf2f39b0c2a17c009827664bbea9 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
@@ -173,18 +173,18 @@ element
AXRole: AXStaticText "Caption"
AXRole: AXInlineTextBox "Caption"
AXRole: AXRow
- AXRole: AXCell
+ AXRole: AXCell "Cell1"
AXRole: AXStaticText "Cell1"
AXRole: AXInlineTextBox "Cell1"
- AXRole: AXCell
+ AXRole: AXCell "Cell2"
AXRole: AXStaticText "Cell2"
AXRole: AXInlineTextBox "Cell2"
AXRole: AXColumn
- AXRole: AXCell
+ AXRole: AXCell "Cell1"
AXRole: AXStaticText "Cell1"
AXRole: AXInlineTextBox "Cell1"
AXRole: AXColumn
- AXRole: AXCell
+ AXRole: AXCell "Cell2"
AXRole: AXStaticText "Cell2"
AXRole: AXInlineTextBox "Cell2"
AXRole: AXTableHeaderContainer

Powered by Google App Engine
This is Rietveld 408576698