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

Unified Diff: content/test/data/accessibility/aria/aria-table-expected-mac.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: content/test/data/accessibility/aria/aria-table-expected-mac.txt
diff --git a/content/test/data/accessibility/aria/aria-table-expected-mac.txt b/content/test/data/accessibility/aria/aria-table-expected-mac.txt
index bf295d12361daf1b43ada7aac446eec9a443c489..f49c8b6d677b47652fd899d0de8515576f07fa19 100644
--- a/content/test/data/accessibility/aria/aria-table-expected-mac.txt
+++ b/content/test/data/accessibility/aria/aria-table-expected-mac.txt
@@ -1,12 +1,12 @@
AXWebArea AXRoleDescription='HTML content'
++AXTable AXRoleDescription='table'
++++AXRow AXRoleDescription='row'
-++++++AXCell AXRoleDescription='cell'
+++++++AXCell AXRoleDescription='cell' AXTitle='Browser'
++++++++AXStaticText AXRoleDescription='text' AXValue='Browser'
-++++++AXCell AXRoleDescription='cell'
+++++++AXCell AXRoleDescription='cell' AXTitle='Rendering Engine'
++++++++AXStaticText AXRoleDescription='text' AXValue='Rendering Engine'
++++AXRow AXRoleDescription='row'
-++++++AXCell AXRoleDescription='cell'
+++++++AXCell AXRoleDescription='cell' AXTitle='Chrome'
++++++++AXStaticText AXRoleDescription='text' AXValue='Chrome'
-++++++AXCell AXRoleDescription='cell'
-++++++++AXStaticText AXRoleDescription='text' AXValue='Blink'
+++++++AXCell AXRoleDescription='cell' AXTitle='Blink'
+++++++++AXStaticText AXRoleDescription='text' AXValue='Blink'

Powered by Google App Engine
This is Rietveld 408576698