Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!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>