upload tizen1.0 source
[framework/web/webkit-efl.git] / LayoutTests / fast / css / 008.html
1 <head>
2 <style>
3 .a { border:10px solid olive; }
4 .b { font-size: 24px; }
5 </style>
6 </head>
7 <body>
8 <div class="a
9 b">
10 You should see 24px text inside a 10px solid olive border.
11 </div>