Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / firstline / 003.html
blob0411cbc7a9608b7940a08d36214f99491d6c110f
1 <html>
2 <head>
3 <style>
4 p:first-letter {
5 position: relative;
6 left:100px;
7 top:100px;
8 font-size: 24px;
9 color:red;
11 </style>
12 </head>
13 <body>
14 <p>
15 A The "A" should be big and red and ignore the position: relative.
16 </p>
17 </body>
18 </html>