Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / float / overhanging-after-height-decrease-offsets.html
blob3278f2fe89e6267d5a7b9a90f0ebed0e44bd7e07
1 <div style="height: 50px;">
2 <div style="margin-left: 150px;">
3 <div style="height: 100px; float: left; width: 100px; background-color: green;"></div>
4 <div style="height: 100px; width: 100px; background-color: red;"></div>
5 </div>
6 </div>