0

Remove ableist language from web test documentation

Change-Id: I96353308a3c6c4c62c390fdc36e29dadf58b4ea3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6337722
Commit-Queue: Michael Ludwig <michaelludwig@google.com>
Auto-Submit: Kaylee Lubick <kjlubick@chromium.org>
Reviewed-by: Michael Ludwig <michaelludwig@google.com>
Cr-Commit-Position: refs/heads/main@{#1430451}
This commit is contained in:
Kaylee Lubick
2025-03-10 13:30:37 -07:00
committed by Chromium LUCI CQ
parent aa40398eeb
commit f7bfd2f95f

@ -308,7 +308,7 @@ text expectations.
Because of [baseline fallback](./web_test_baseline_fallback.md), it may not be
possible to [represent a platform-specific all-`PASS`
status](https://crbug.com/1324638) by the platform baseline's absence. In such
rare cases, `blink_tool.py rebaseline-cl` will generate a dummy baseline
rare cases, `blink_tool.py rebaseline-cl` will generate a placeholder baseline
indicating to `run_web_tests.py` that all subtests are meant to pass:
```
@ -318,7 +318,7 @@ See https://chromium.googlesource.com/chromium/src/+/HEAD/docs/testing/writing_w
Harness: the test ran to completion.
```
`blink_tool.py optimize-baselines` will automatically remove these dummy
`blink_tool.py optimize-baselines` will automatically remove these placeholder
baselines once all platforms are all-`PASS`.
***