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

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

Issue 1952863003: Implemented the "aria-current" state on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed switch statements to handle NONE case. Created 4 years, 7 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-current-expected-win.txt
diff --git a/content/test/data/accessibility/aria/aria-current-expected-win.txt b/content/test/data/accessibility/aria/aria-current-expected-win.txt
new file mode 100644
index 0000000000000000000000000000000000000000..ccd15a9ed87b6517be98219475cd4adfdee0c646
--- /dev/null
+++ b/content/test/data/accessibility/aria/aria-current-expected-win.txt
@@ -0,0 +1,16 @@
+ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE
+++IA2_ROLE_SECTION
+++++ROLE_SYSTEM_LINK name='Section one' FOCUSABLE
+++++++ROLE_SYSTEM_STATICTEXT name='Section one'
+++++ROLE_SYSTEM_LINK name='Section two' FOCUSABLE
+++++++ROLE_SYSTEM_STATICTEXT name='Section two'
+++++ROLE_SYSTEM_LINK name='Section three' FOCUSABLE current:location
+++++++ROLE_SYSTEM_STATICTEXT name='Section three'
+++++ROLE_SYSTEM_WHITESPACE name='
+'
+++IA2_ROLE_HEADING name='Section one heading'
+++++ROLE_SYSTEM_STATICTEXT name='Section one heading'
+++IA2_ROLE_HEADING name='Section two heading'
+++++ROLE_SYSTEM_STATICTEXT name='Section two heading'
+++IA2_ROLE_HEADING name='Section three heading'
+++++ROLE_SYSTEM_STATICTEXT name='Section three heading'
« no previous file with comments | « content/test/data/accessibility/aria/aria-current.html ('k') | content/test/data/accessibility/aria/aria-invalid.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698