summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/absolute-fixed-in-legend-ref.html
blob: f82faee114d258346bbd7456c5d36284c22622f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<style>
div {
  display: block;
  font-size: 32px;
  background: lime;
  width: 10em;
}
</style>

<div>legend</div>
<div>legend</div>