haikuwebkit/LayoutTests/fast/css/fieldset-display-row.html

12 lines
251 B
HTML

<html>
<head>
<title>Test HTML Page</title>
<style type="text/css">
fieldset { display: table-row; }
</style>
</head>
<body>
<fieldset>If you can see this fieldset without crashing, then all is well.</fieldset>
</body>
</html>