dom-accessibility-api
Advanced tools
Changelog
0.2.0
eb86842: Add option to mock window.getComputedStyle
This option has two use cases in mind:
window.getComputedStyle
. We don't implement any because the returned CSSStyleDeclaration
is only live in a browser. jsdom
does not implement live declarations.