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

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

Issue 10662003: Allow filters in accessibility tests to specify which attributes to check. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix repetitive code, re-enable webkit strings. Created 8 years, 5 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
« no previous file with comments | « content/test/data/accessibility/a.html ('k') | content/test/data/accessibility/aria-application.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/accessibility/a-expected-win.txt
diff --git a/content/test/data/accessibility/a-expected-win.txt b/content/test/data/accessibility/a-expected-win.txt
index d5c9b7dddfeb47836e96b39819b119ed0ce44db9..41b96483db3a0ee4c6b4e75f7727212af1f2d80e 100644
--- a/content/test/data/accessibility/a-expected-win.txt
+++ b/content/test/data/accessibility/a-expected-win.txt
@@ -1,4 +1,4 @@
-ROLE_SYSTEM_DOCUMENT name='' state=FOCUSED,READONLY,FOCUSABLE
- IA2_ROLE_SECTION name='' state=READONLY
- ROLE_SYSTEM_LINK name='normal link' state=FOCUSABLE,LINKED
- ROLE_SYSTEM_TEXT name='normal link' state=READONLY,LINKED
+ROLE_SYSTEM_DOCUMENT name='' READONLY FOCUSABLE
+ IA2_ROLE_SECTION name='' READONLY
+ ROLE_SYSTEM_LINK name='normal link' FOCUSABLE LINKED
+ ROLE_SYSTEM_TEXT name='normal link' READONLY LINKED
« no previous file with comments | « content/test/data/accessibility/a.html ('k') | content/test/data/accessibility/aria-application.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698