jsdom / cssstyle

A Node.js implementation of the CSS Object Model CSSStyleDeclaration interface
MIT License
107 stars 70 forks source link

Allow width and height to be set to auto #41

Closed dpvc closed 8 years ago

dpvc commented 8 years ago

Allow width and height to be set to auto, and add new test to verify the fix. Resolves issue #40.

domenic commented 8 years ago

ping @chad3814