tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / css / line-height-font-order.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4 <head>
5 <title>Shorthand line-height bug</title>
6 <style>
7 p {line-height:1em;}
8 p {font:15px/5em Georgia;}
9 </style>
10
11 </head>
12 <body>
13     <p>This tests bug <a href="http://bugs.webkit.org/show_bug.cgi?id=13174">Bug 13174: line-height in font shorthand does not override a previously stated line-height property</a>.</p>
14     <p>This text should be <code>font:15px/5em Georgia</code>.</p>
15 </body>
16 </html>
17