Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / float / avoid-floats-with-negative-margins-expected.html
blobdfa77902ede5bf743f3ed84b3f049d5903397703
1 <!DOCTYPE HTML>
2 <style>
3 body { margin: 0px; }
4 #container { width: 200px; height:100px; background-color: green; }
5 </style>
6 <body>
7 <p> There should be no red. </p>
8 <div id="container">
9 </div>