Axe tool is able to correctly find color contrast errors without errors
Provide the steps to reproduce
- Run LH accessibility audit on https://www.kayak.com/Cheap-New-York-Car-Rentals.15830.cars.ksp and it does not calculate overall score properly because of error happening
What is the current behavior?
Error happens on finding color contrast issues

What is the expected behavior?
Accessibility score is being calculated properly without the errors
Environment Information
- Affected Channels: All of them (CLI, Node, DevTools)
- Lighthouse version: 6.4.1
- Chrome version: 87.0.4280.67 (happens on CLI and canary too)
- Node.js version: v12.15.0
- Operating System: macOS Catalina
Related issues
It only happens on mobile audit, desktop works fine. Tried to debug from webpage side and it happens on sidenav (document.querySelector('[class$=-nav-container]')) when there are too many icons/SVGs. Seems very cryptic, as removing random two of the icons seem to fix the problem.
Is it possible to find logs of those errors? I coulnd't find any
Axe tool is able to correctly find color contrast errors without errors
Provide the steps to reproduce
What is the current behavior?
Error happens on finding color contrast issues

What is the expected behavior?
Accessibility score is being calculated properly without the errors
Environment Information
Related issues
It only happens on mobile audit, desktop works fine. Tried to debug from webpage side and it happens on sidenav (document.querySelector('[class$=-nav-container]')) when there are too many icons/SVGs. Seems very cryptic, as removing random two of the icons seem to fix the problem.
Is it possible to find logs of those errors? I coulnd't find any