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

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

Issue 771583002: Expose aria-pressed as STATE_SYSTEM_PRESSED on windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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-button-expected-win.txt
diff --git a/content/test/data/accessibility/aria-button-expected-win.txt b/content/test/data/accessibility/aria-button-expected-win.txt
index 3460c22887a35009f128c0d919e013fe13232fab..683d43518ce5ff0c27ed92787263bee92b6378e4 100644
--- a/content/test/data/accessibility/aria-button-expected-win.txt
+++ b/content/test/data/accessibility/aria-button-expected-win.txt
@@ -1,7 +1,6 @@
-#<skip - http://crbug.com/171625>
ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE
- ROLE_SYSTEM_PUSHBUTTON xml-roles:button
- IA2_ROLE_TOGGLE_BUTTON xml-roles:button PRESSED checkable:true
- IA2_ROLE_TOGGLE_BUTTON xml-roles:button checkable:true
- ROLE_SYSTEM_BUTTONMENU HASPOPUP xml-roles:button
- ROLE_SYSTEM_PUSHBUTTON xml-roles:button
+ ROLE_SYSTEM_PUSHBUTTON FOCUSABLE xml-roles:button
+ IA2_ROLE_TOGGLE_BUTTON PRESSED FOCUSABLE xml-roles:button checkable:true
+ IA2_ROLE_TOGGLE_BUTTON FOCUSABLE xml-roles:button checkable:true
+ ROLE_SYSTEM_BUTTONMENU FOCUSABLE HASPOPUP xml-roles:button
+ ROLE_SYSTEM_PUSHBUTTON FOCUSABLE xml-roles:button

Powered by Google App Engine
This is Rietveld 408576698