Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / text / text-placeholder-in-flexbox-expected.html
blob00b51c9c7021c7f3e5536017df4367b0dedafdef
1 <!DOCTYPE html>
2 <body>
3 <style>
4 input {
5 box-sizing: border-box;
6 height: 200px;
8 </style>
9 <input type="text" placeholder="Username">
10 </body>