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

Unified Diff: content/test/data/accessibility/aria/aria-gridcell-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-gridcell-expected-mac.txt
diff --git a/content/test/data/accessibility/aria/aria-gridcell-expected-mac.txt b/content/test/data/accessibility/aria/aria-gridcell-expected-mac.txt
index 154ff3205679ecbe075066af4100882a964a7eb5..68f48715fae9b7c7111ca140d44bbe3683d2eb6a 100644
--- a/content/test/data/accessibility/aria/aria-gridcell-expected-mac.txt
+++ b/content/test/data/accessibility/aria/aria-gridcell-expected-mac.txt
@@ -1,14 +1,14 @@
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'
+++++++AXCell AXRoleDescription='cell' AXTitle='Blink'
++++++++AXStaticText AXRoleDescription='text' AXValue='Blink'
++++AXColumn AXRoleDescription='column'
++++AXColumn AXRoleDescription='column'

Powered by Google App Engine
This is Rietveld 408576698