blob: 7ef5cffb5722858649f0c4c62ddb61964c722d93 [file] [log] [blame]
darinfe2a52d2007-05-16 20:15:51 +00001<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>