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

Unified Diff: content/test/data/accessibility/aria/aria-table-expected-mac.txt

Issue 2607113003: Implement 5 ARIA 1.1 roles: cell, feed, figure, table, term (Closed)
Patch Set: Fix blink to Chrome enum mapping Created 3 years, 12 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
new file mode 100644
index 0000000000000000000000000000000000000000..bf295d12361daf1b43ada7aac446eec9a443c489
--- /dev/null
+++ b/content/test/data/accessibility/aria/aria-table-expected-mac.txt
@@ -0,0 +1,12 @@
+AXWebArea AXRoleDescription='HTML content'
+++AXTable AXRoleDescription='table'
+++++AXRow AXRoleDescription='row'
+++++++AXCell AXRoleDescription='cell'
+++++++++AXStaticText AXRoleDescription='text' AXValue='Browser'
+++++++AXCell AXRoleDescription='cell'
+++++++++AXStaticText AXRoleDescription='text' AXValue='Rendering Engine'
+++++AXRow AXRoleDescription='row'
+++++++AXCell AXRoleDescription='cell'
+++++++++AXStaticText AXRoleDescription='text' AXValue='Chrome'
+++++++AXCell AXRoleDescription='cell'
+++++++++AXStaticText AXRoleDescription='text' AXValue='Blink'
« no previous file with comments | « content/test/data/accessibility/aria/aria-table.html ('k') | content/test/data/accessibility/aria/aria-table-expected-win.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698