### Current behavior: `.should('be.visible')` recognizes elements with `style="transform: scale(0,0)"` as being visible. ### Desired behavior: `.should('be.visible')` should determine that elements with `style="transform: scale(0,0)"` are actually not visible ### How to reproduce: 1) create an element on a page that has `style="transform: scale(0,0)"` 2) write test that checks that element's visibility like so: `cy.get('#el').should('be.visible');` ### Additional Info (images, stack traces, etc) <img width="1384" alt="screen shot 2017-10-10 at 4 08 01 pm" src="https://user-images.githubusercontent.com/9908831/31408091-578019c0-add5-11e7-811d-ae498e67889e.png"> - Operating System: Mac OS Sierra - Cypress Version: 1.0.1 - Browser Version: Chrome 61