Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / first-letter-br-first-character.html
blob31a1c0c9390ab0ce680a79b50f0ef5c2de70e17d
1 <!DOCTYPE html>
2 <style>
3 div { color: green; font-size: 40px; }
4 div:first-letter { color: red; font-size: 40px; }
5 </style>
7 <p>This test is successful if the 'T' below is green.</p>
8 <div><br>T</div>