Sign in
webkit
/
WebKit
/
b387ed984cfa86e07321d6d915fc6d801afbcecc
/
.
/
LayoutTests
/
fast
/
css
/
fieldset-display-row.html
blob: 7ef5cffb5722858649f0c4c62ddb61964c722d93 [
file
] [
log
] [
blame
]
<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>