summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/compat/webkit-box-fieldset.html
blob: c3a2e64c114ef78507213ab95f5cde91cac3bbbe (plain)
1
2
3
4
5
6
<!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>