tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / css / css2-system-fonts.html
1 <html>
2         <body>
3                 <h1>CSS2 System Fonts</h1>
4                 <p>The following should appear with the fonts specified, per the <a href="http://www.w3.org/TR/REC-CSS2/fonts.html#propdef-font">CSS2 specs</a>. If they appear in a monospace font, the test has failed.</p>
5                 <ul style="font-family: monospace;">
6                         <li style="font: caption;">Caption (on Mac will be Lucida Grande 13.0 Regular)</li>
7                         <li style="font: icon;">Icon (on Mac will be Lucida Grande 13.0 Regular for now, not sure how to get this info from Finder)
8                         <li style="font: menu;">Menu (on Mac will be Lucida Grande 13.0 Regular)</li>
9                         <li style="font: message-box;">Message-Box (on Mac will be Lucida Grande 13.0 Regular)</li>
10                         <li style="font: small-caption;">Small-Caption (on Mac will be Lucida Grande 11.0 Regular)</li>
11                         <li style="font: status-bar;">Status-Bar (on Mac will be Lucida Grande 10.0 Regular)</li>
12                 </ul>
13                 <p><a href="./">&laquo; Return to Safari Bugs page</a></p>
14         </body>
15 </html>