summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css/fieldset-display-row.html
blob: 7ef5cffb5722858649f0c4c62ddb61964c722d93 (plain)
1
2
3
4
5
6
7
8
9
10
11
<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>