Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / line-layout / negative-max-height.html
blob18f1fb5ed3798cd0e87e8201372697b568c0065d
1 <div style="position: absolute; width: 100px; height: 100px; background-color: red; z-index: -1;"></div>
2 <div style="height: 50px; background-color: green; width: 100px;"></div>
3 <div id="target">
4 <div style="display: inline-block; width: 20px; height: 20px; margin-top: -25px;"></div>
5 </div>
6 <div style="height: 50px; background-color: green; width: 100px;"></div>