Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / 002.html
blob20d92fff50a81d8be9c062ab8df90b247004ef10
1 <html>
2 <head>
3 <style>
4 body { font-family: Verdana; font-size: 200%; }
5 p { font-family: Times; }
6 p.family { font-family: inherit }
7 </style>
8 </head>
9 <body>
10 These two lines should both be Verdana. They should be identical.
11 <p class="family">
12 These two lines should both be Verdana. They should be identical.
13 </p>
14 </body>
15 </html>