LayoutTests:
Reviewed by Beth.
- test for <rdar://problem/
4335038> REGRESSION: when max-height is none, height value is ignored
* fast/css/max-height-none-expected.checksum: Added.
* fast/css/max-height-none-expected.txt: Added.
* fast/css/max-height-none.html: Added.
* fast/css/max-height-none-expected.png: Added.
WebCore:
Reviewed by Beth.
- fix <rdar://problem/
4335038> REGRESSION: when max-height is none, height value is ignored
* css/cssstyleselector.cpp: (WebCore::CSSStyleSelector::applyProperty):
For max-height of none, set it to Length(undefinedLength, Fixed), which
is the correct value (same as the default). Also did some formatting fixes
to the height section.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@13462
268f45cc-cd09-0410-ab3c-
d52691b4dbfc