Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / content-with-margins-inside-button.html
blob844fb7b6564e2ef16cf627a91374395724d5cfa6
1 <style>
2 div {
3 width:100px;
4 border: 1px solid;
5 margin-top: 100px;
6 margin-bottom: 100px;
9 button { float:left; margin:0; background-color: #cccccc; border:1px solid black; padding:0; font-family: Times; font-size:16px }
10 </style>
12 <button><div>Content</div></button>