Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / max-height-none.html
blob1fb8b66a96b742dea9edfcbe8e48ab7238df0276
1 <div style="position: absolute; height: 100px; max-height: none; background: red;">This should be 100px high.</div>