Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-resize.html - WPT Dashboard Interop Dashboard
<!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>