summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-float-ref.html
blob: c51bca231e158db109774b6ca70cdedb9d099b3a (plain)
1
2
3
4
5
6
7
<!doctype html>
<title>Reference for floated legend should not disappear</title>
<style>
  div { width: 100px; height: 100px; background: lime; }
</style>
<p>There should be no red.</p>
<div></div>