summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/compat/webkit-box-fieldset-ref.html
blob: b5d7176150d0403a87dfd2b9e59af219ddb6b9bb (plain)
1
2
3
4
5
<!DOCTYPE html>
<p>Fieldset should contain a green div spanning the width.
<fieldset>
  <div id="child" style="background:green; height:10px"></div>
</fieldset>