Feature description
I think it would be valuable to have a single test that runs a big chunk of HTML through the sanitizer which contains at least 1 validation error for each of the different sanitizer.
This would allow us to ensure that all sanitizers are active and working.
As an example of what this would catch early on, see #4535 (review), which demonstrates that:
- I'm a fool;
- PRs that have passing tests can still fail at a fundamental level, which would only be caught during QA right now.
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
- Have at least 1 test that would fail if any single one of the sanitizers is inactive or ineffective.
Implementation brief
QA testing instructions
Demo
Changelog entry
Feature description
I think it would be valuable to have a single test that runs a big chunk of HTML through the sanitizer which contains at least 1 validation error for each of the different sanitizer.
This would allow us to ensure that all sanitizers are active and working.
As an example of what this would catch early on, see #4535 (review), which demonstrates that:
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
Implementation brief
QA testing instructions
Demo
Changelog entry