Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / first-letter-recalculation.html
blobd94e093d0e618e8efdcf6d90916ec14dffb99fa4
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title>CSS 2.1 Test Suite: Testing first letter styles</title>
5 <link rel="help" href="http://www.w3.org/TR/CSS21/...#..."/>
6 <style type="text/css">
9 color: blue;
12 p:first-letter
14 font-weight: bold;
16 </style>
17 </head>
18 <body>
19 <p><a href="test.html">First</a> letter should be bold and blue</p>
20 <p>Here the first letter should be bold and black, but with Safari build 416.13 it is blue. See bug #6170.</p>
21 </body>
22 </html>