darin | fe2a52d | 2007-05-16 20:15:51 +0000 | [diff] [blame] | 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> |