summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-resize.html
blob: 6a34a7465c2510b36f52f0c8196f1023450a2d7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<title>resize property on fieldset</title>
<link rel="match" href="fieldset-resize-ref.html">
<style>
  fieldset {
    margin: 0;
    border: 1px solid;
    padding: 10px;
    resize: both;
    overflow: scroll;
    width: 100px;
    height: 100px;
  }
</style>
<fieldset></fieldset>