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

Unified Diff: content/test/data/accessibility/input-color-expected-mac.txt

Issue 712313003: Exposing AXRole* correctly for HTML input types on mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updating expectations 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/input-color.html ('k') | content/test/data/accessibility/input-date.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/accessibility/input-color-expected-mac.txt
diff --git a/content/test/data/accessibility/input-color-expected-mac.txt b/content/test/data/accessibility/input-color-expected-mac.txt
index 4c426aaf077bcd73d384bdf2b471409de0d83771..ac2b21e955388b060c81bf5eb693e667c6f38bd9 100644
--- a/content/test/data/accessibility/input-color-expected-mac.txt
+++ b/content/test/data/accessibility/input-color-expected-mac.txt
@@ -1,3 +1,3 @@
-AXWebArea
- AXGroup
- AXColorWell AXValue='rgb 1.00000 0.60000 0.00000 1'
+AXWebArea AXRoleDescription='HTML content'
+ AXGroup AXRoleDescription='group'
+ AXColorWell AXRoleDescription='color well' AXValue='rgb 1.00000 0.60000 0.00000 1'
« no previous file with comments | « content/test/data/accessibility/input-color.html ('k') | content/test/data/accessibility/input-date.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698