Make getComputedStyle(e).transform return correct values for non-transformable elements
getComputedStyle(e).transform currently doesn't return the correct values for non-transformable elements. Both FF and IE return the correct values. This patch makes getComputedStyle(e).transform return the correct value for non-transformable elements as well. BUG=517620 Review URL: https://codereview.chromium.org/1312023003 git-svn-id: svn://svn.chromium.org/blink/trunk@201174 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment