You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
The css zoom: 50% is non standards compliant and breaks code that uses getClientBoundingRect. If we want to scale the testing container, we should use css transforms transform: scale(0.5 0.5) which is correctly accounted for in getClientBoundingRect.
The text was updated successfully, but these errors were encountered:
The css
zoom: 50%
is non standards compliant and breaks code that uses getClientBoundingRect. If we want to scale the testing container, we should use css transformstransform: scale(0.5 0.5)
which is correctly accounted for in getClientBoundingRect.The text was updated successfully, but these errors were encountered: