summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-position-relative-ref.html
blob: fd6c11a00566759fbf1e749d49ad396cf1a7ee08 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<title>Reference for legend position: relative</title>
<style>
div { display: inline-block; background: lime; }
.a { width: 100px; height: 200px; }
.b { width: 100px; height: 100px; }
.c { width: 200px; height: 200px; }
</style>
<p>There should be no red.</p>
<div class=a></div><div class=b></div><div class=c></div>