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

Unified Diff: content/test/data/accessibility/aria-treegrid-expected-win.txt

Issue 754363002: Add DumpAccessibilityTree tests (16 of 20) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding name to AUTHORS list Created 6 years, 1 month 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
« no previous file with comments | « content/test/data/accessibility/aria-treegrid-expected-mac.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/accessibility/aria-treegrid-expected-win.txt
diff --git a/content/test/data/accessibility/aria-treegrid-expected-win.txt b/content/test/data/accessibility/aria-treegrid-expected-win.txt
new file mode 100644
index 0000000000000000000000000000000000000000..ff767f12a3fab1efb8c287d6fdb2a55162d6db28
--- /dev/null
+++ b/content/test/data/accessibility/aria-treegrid-expected-win.txt
@@ -0,0 +1,10 @@
+ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE
+ ROLE_SYSTEM_OUTLINE xml-roles:treegrid
+ ROLE_SYSTEM_ROW xml-roles:row level:1
+ ROLE_SYSTEM_CELL xml-roles:gridcell
+ ROLE_SYSTEM_STATICTEXT name='Cell at level 1'
+ ROLE_SYSTEM_ROW xml-roles:row level:2
+ ROLE_SYSTEM_CELL xml-roles:gridcell
+ ROLE_SYSTEM_STATICTEXT name='Cell at level 2'
+ ROLE_SYSTEM_COLUMN
+ IA2_ROLE_SECTION
« no previous file with comments | « content/test/data/accessibility/aria-treegrid-expected-mac.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698