dequelabs / dequelabs/axe-core
target-size #incomplete7 rule integration test fails on Firefox 131
- Dominant language
- JavaScript
- Stars
- 7.5k
- Forks
- 933
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 17
Description
### Product
axe-core
### Product Version
4.10.0
### Latest Version
- [X] I have tested the issue with the latest version of the product
### Issue Description
The target-size `#incomplete7` and `#incomplete8` rule integration tests fail on Firefox 131 (nightly as of writing) due to https://bugzilla.mozilla.org/show_bug.cgi?id=1912115 - Firefox incorrectly calculates the computed dimensions of a certain test `` element without considering the explicit `width`/`height` on the element like it ought to (and like chrome and older firefox versions do).
We'll be adding a workaround to the tests to suppress the failure. If firefox fixes the bug in a timely manner, this issue will track removing the workaround; if they don't fix the bug, this issue will track considering a workaround in axe-core itself (eg, waiting an event loop tick at the start of axe.run)
Contributor guide
Assessment
This issue has not been assessed yet.