blob: e8a696bd1f3a8bd423e650a786076ccc13331e27 (
plain)
1
2
3
4
5
6
7
8
9
|
<!DOCTYPE HTML>
<html>
<body>
<fieldset style="width:200px; height:200px; padding:0">
<legend>Legend</legend>
<div style="overflow:scroll; height:100%">
</fieldset>
</body>
</html>
|