Rubber-stamped by Brady Eidson.
[webbrowser.git] / LayoutTests / fast / css / font-face-default-font.html
blob6f647bc4a4277b1d05b05527c0a46c2198f57eb7
1 <html>
2 <head>
3 <style>
4 /* We list a couple different font families for commonly configured
5 default fonts. */
6 @font-face {
7 font-family: Times;
8 src: local("Arial");
10 @font-face {
11 font-family: "Times New Roman";
12 src: local("Arial");
14 </style>
15 </head>
16 <body>
17 <p>
18 Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=16348">http://bugs.webkit.org/show_bug.cgi?id=16348</a>
19 @font-face does not affect the default style</i>.
20 </p>
21 This text should be in Arial.
22 </body>
23 </html>