Product
axe-core
Product Version
4.6.3
Latest Version
Issue Description
Expectation
Run an accessibility audit without errors.
Actual
Getting this error:
"TypeError: Failed to execute 'getImageData' on 'CanvasRenderingContext2D': Value is not of type 'long'. - feature unsupported in your environment. Skipping color-contrast rule."
How to Reproduce
- Go to https://simpletire.com/
- Paste axe-min code
- Run this code:
axe
.run()
.then(results => {
if (results.violations.length) {
console.log(results.incomplete.find(item => item.id === "color-contrast"))
}
})

Additional context
Width is zero / font size is infinity. Maybe because the custom font can't be found?

Product
axe-core
Product Version
4.6.3
Latest Version
Issue Description
Expectation
Run an accessibility audit without errors.
Actual
Getting this error:
How to Reproduce
Additional context
Width is zero / font size is infinity. Maybe because the custom font can't be found?