0
Commit Graph

4 Commits

Author SHA1 Message Date
Jonny Wang
90ee8a6748 Add tests for rebase_dump_accessibility_tree_test.py
The most substantial changes are in ParseLog(), which has changed to handle
parsing a single failing test rather than an entire logfile. (Splitting the log
file and writing the new file are moved to helper functions, which allows for
easier unit testing).

The script needs much more cleanup, but it is intentionally changed as little as
 possible in order to ensure solid test coverage before subsequent cleanup of
 the script.

The script is also renamed to rebase_dump_accessibility_tree_testS.py everywhere.


Change-Id: I9531e6aaf8ef183347439fa9a0184409eb2f1d1c
Bug: b:323348541
AX-relnotes: n/a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5666297
Commit-Queue: Jonny Wang <jonnywang@google.com>
Reviewed-by: Mark Schillaci <mschillaci@google.com>
Reviewed-by: Aaron Leventhal <aleventhal@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1321901}
2024-07-01 23:29:06 +00:00
Chris Harrelson
5a4f78f380 Add documentation link to a11y test resbaselining
Change-Id: I9ec3c18e6a392b26c6c5c8b7ff60eac0b47de722
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5190926
Commit-Queue: Chris Harrelson <chrishtr@chromium.org>
Reviewed-by: Aaron Leventhal <aleventhal@chromium.org>
Commit-Queue: Aaron Leventhal <aleventhal@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1246060}
2024-01-11 21:06:03 +00:00
Kyungjun Lee
91806c6ad9 Fix a broken link and use relative urls for docs
Fix the broken link to documentation on DumpAccessibilityTree. Update
to use relative urls in the links to the other docs so that they can be
viewed within a commit.

Change-Id: I3083bd75a01ea267cba0fc7a654fd2d0d4a1599f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3942956
Reviewed-by: Katie Dektar <katie@chromium.org>
Commit-Queue: Kyungjun Lee <kyungjunlee@google.com>
Cr-Commit-Position: refs/heads/main@{#1057160}
2022-10-10 22:24:57 +00:00
David Tseng
7f8ddfb87f Organize docs/accessibility
./: overview docs

R=katie@chromium.org

platform-specific accessibility

browser: docs pertaining to Chrome browser e.g. web contents and
os: docs pertaining to Chrome OS
Change-Id: I8b0423503d3199b10c8038e6cb45435558db1461
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3255169
Commit-Queue: David Tseng <dtseng@chromium.org>
Reviewed-by: Katie Dektar <katie@chromium.org>
Cr-Commit-Position: refs/heads/main@{#936992}
2021-11-01 19:32:59 +00:00