### Current behavior: When an element has width or height 0px with non-`none` transform and overflow `hidden`, it is not visible. But `isHidden()` cannot detect it. ```html Visible Invisible ``` It is found with cypress-example-piechopper in https://circleci.com/gh/cypress-io/cypress-test-example-repos/71863. ### Desired behavior: `isHidden()` should detect it. ### Steps to reproduce: (app code and test code) 1. Download https://github.com/cypress-io/cypress-example-piechopper. 2. Change cypress to dev version. 3. Run app_spec.js 4. "displays hamburger menu" fails. ### Versions After #6000 is merged.
Current behavior:
When an element has width or height 0px with non-
nonetransform and overflowhidden, it is not visible. ButisHidden()cannot detect it.It is found with cypress-example-piechopper in https://circleci.com/gh/cypress-io/cypress-test-example-repos/71863.
Desired behavior:
isHidden()should detect it.Steps to reproduce: (app code and test code)
Versions
After #6000 is merged.