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

Side by Side Diff: content/test/data/accessibility/html/readme.txt

Issue 790003003: Exposed the invalid state of form controls to the accessibility APIs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tried fixing Android unit tests. Created 5 years, 11 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 unified diff | Download patch
OLDNEW
1 DumpAccessibilityTreeTest Notes 1 DumpAccessibilityTreeTest Notes
2 2
3 Files used: 3 Files used:
4 * foo.html -- a file to be tested 4 * foo.html -- a file to be tested
5 * foo-expected-win.txt -- expected MSAA output 5 * foo-expected-win.txt -- expected MSAA output
6 * foo-expected-mac.txt -- expected Mac accessibility output 6 * foo-expected-mac.txt -- expected Mac accessibility output
7 7
8 Format for expected files: 8 Format for expected files:
9 * Blank lines and lines beginning with # are ignored 9 * Blank lines and lines beginning with # are ignored
10 * Skipped files: if first line of file begins with #<skip then the entire file i s ignored, 10 * Skipped files: if first line of file begins with #<skip then the entire file i s ignored,
11 but listed in the output as skipped 11 but listed in the output as skipped
12 * Use 4 spaces for indent to show hierarchy 12 * Use 4 spaces for indent to show hierarchy
13 * MSAA states do not have a prefix, e.g. FOCUSED, not STATE_SYSTEM_FOCUSED 13 * MSAA states do not have a prefix, e.g. FOCUSED, not STATE_SYSTEM_FOCUSED
14 * All other constants are used exactly as normally named 14 * All other constants are used exactly as normally named
15 * See specific examples (e.g. ul-expected-win.txt) for more details 15 * See specific examples (e.g. ul-expected-win.txt) for more details
16 16
17 Running the tests: 17 Compiling and running the tests:
18 browser_tests --gtest_filter="DumpAccessibilityTreeTest*" 18 ninja -C out/Debug content_browsertests
19 out/Debug/content_browsertests --gtest_filter="DumpAccessibilityTreeTest*"
OLDNEW
« no previous file with comments | « content/test/data/accessibility/aria/aria-invalid-expected-win.txt ('k') | ui/accessibility/ax_enums.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698