trisquel-icecat/icecat/testing/web-platform/tests/compat/webkit-box-fieldset.html

6 lines
245 B
HTML

<!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>