chromium/third_party/blink/web_tests/external/wpt/compat/webkit-box-fieldset-ref.html

<!DOCTYPE html>
<p>Fieldset should contain a green div spanning the width.
<fieldset>
  <div id="child" style="background:green; height:10px"></div>
</fieldset>