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

Unified Diff: content/test/data/accessibility/html/readme.txt

Issue 744843002: Added the aria-sort state to the accessibility tree. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed Android test expectations. Created 5 years, 10 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
Index: content/test/data/accessibility/html/readme.txt
diff --git a/content/test/data/accessibility/html/readme.txt b/content/test/data/accessibility/html/readme.txt
deleted file mode 100644
index dbb843bb813eab0012ef30cd550e9f3663ac53a2..0000000000000000000000000000000000000000
--- a/content/test/data/accessibility/html/readme.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-DumpAccessibilityTreeTest Notes
-
-Files used:
-* foo.html -- a file to be tested
-* foo-expected-win.txt -- expected MSAA output
-* foo-expected-mac.txt -- expected Mac accessibility output
-
-Format for expected files:
-* Blank lines and lines beginning with # are ignored
-* Skipped files: if first line of file begins with #<skip then the entire file is ignored,
- but listed in the output as skipped
-* Use 4 spaces for indent to show hierarchy
-* MSAA states do not have a prefix, e.g. FOCUSED, not STATE_SYSTEM_FOCUSED
-* All other constants are used exactly as normally named
-* See specific examples (e.g. ul-expected-win.txt) for more details
-
-Compiling and running the tests:
-ninja -C out/Debug content_browsertests
-out/Debug/content_browsertests --gtest_filter="DumpAccessibilityTreeTest*"
« no previous file with comments | « content/test/data/accessibility/aria/aria-sort-html-table-expected-win.txt ('k') | content/test/data/accessibility/readme.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698