Visibility Check Fails in Webkit but Passes in Chrome #30021
Unanswered
Benjamin-Re
asked this question in
Questions and Help
Replies: 1 comment
-
I tried with another element on the page But the element is visible nonetheless and on Chrome the check also passes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have these two assertions:
Which creates these log outputs:
Why does it assert that the width is 375 but then complains that the width is 0?
Edit:
The parent has actually dimensions of auto x auto and overflow is hidden.
Also:
Beta Was this translation helpful? Give feedback.
All reactions