dequelabs / axe-core

Accessibility engine for automated Web UI testing
https://www.deque.com/axe/
Mozilla Public License 2.0
5.75k stars 746 forks source link

fix: colorio.js patch mocking CSS #4456

Closed gaiety-deque closed 2 weeks ago

gaiety-deque commented 1 month ago

Adds patch-package as suggested in the issue this PR fixes. The goal is to allow window.CSS to be mocked null in situations such as using JSdom.

Tests cover a version that is patched and one that is unpatched to demonstrate the patch truly fixes the issue.

fixes: #4400


Developer Notes/Questions for review:

romankulkovsf commented 1 month ago

Gd