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

Unified Diff: content/test/data/accessibility/ul-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/ul-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/ul-expected-win.txt
diff --git a/content/test/data/accessibility/ul-expected-win.txt b/content/test/data/accessibility/ul-expected-win.txt
index f46b02b7cfd4d21b7f68c143618e841a45fb32fd..7c3ad1bb370062150bf550ecff05a01f12c54526 100644
--- a/content/test/data/accessibility/ul-expected-win.txt
+++ b/content/test/data/accessibility/ul-expected-win.txt
@@ -1,11 +1,11 @@
-ROLE_SYSTEM_DOCUMENT name='' state=FOCUSED,READONLY,FOCUSABLE
- ROLE_SYSTEM_LIST name='' state=READONLY
- ROLE_SYSTEM_LISTITEM name='' state=READONLY
- ROLE_SYSTEM_TEXT name='•' state=READONLY
- ROLE_SYSTEM_TEXT name='Item 1' state=READONLY
- ROLE_SYSTEM_LISTITEM name='' state=READONLY
- ROLE_SYSTEM_TEXT name='•' state=READONLY
- ROLE_SYSTEM_TEXT name='Item 2' state=READONLY
- ROLE_SYSTEM_LISTITEM name='' state=READONLY
- ROLE_SYSTEM_TEXT name='•' state=READONLY
- ROLE_SYSTEM_TEXT name='Item 3' state=READONLY
+ROLE_SYSTEM_DOCUMENT name='' READONLY FOCUSABLE
+ ROLE_SYSTEM_LIST name='' READONLY
+ ROLE_SYSTEM_LISTITEM name='' READONLY
+ ROLE_SYSTEM_TEXT name='•' READONLY
+ ROLE_SYSTEM_TEXT name='Item 1' READONLY
+ ROLE_SYSTEM_LISTITEM name='' READONLY
+ ROLE_SYSTEM_TEXT name='•' READONLY
+ ROLE_SYSTEM_TEXT name='Item 2' READONLY
+ ROLE_SYSTEM_LISTITEM name='' READONLY
+ ROLE_SYSTEM_TEXT name='•' READONLY
+ ROLE_SYSTEM_TEXT name='Item 3' READONLY
« no previous file with comments | « content/test/data/accessibility/ul-expected-mac.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698