tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / css / fieldset-display-row.html
1 <html>
2 <head>
3     <title>Test HTML Page</title>
4     <style type="text/css">
5         fieldset { display: table-row; }
6     </style>
7 </head>
8 <body>
9     <fieldset>If you can see this fieldset without crashing, then all is well.</fieldset>
10 </body>
11 </html>