Sign in
webkit
/
WebKit
/
b8deab921bad5c310c723f361988fe3b68caa471
/
.
/
LayoutTests
/
imported
/
w3c
/
web-platform-tests
/
compat
/
webkit-box-fieldset.html
blob: c3a2e64c114ef78507213ab95f5cde91cac3bbbe [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<link
rel
=
"match"
href
=
"webkit-box-fieldset-ref.html"
>
<p>
Fieldset should contain a green div spanning the width.
<fieldset
style
=
"
display
:
-webkit-box
"
>
<div
id
=
"child"
style
=
"
background
:
green
;
height
:
10px
"
></div>
</fieldset>