tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / css / 002.html
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>