Files
tubestation/layout/reftests/forms/fieldset/fieldset-scroll-1-ref.html
2013-10-23 00:46:40 +02:00

10 lines
185 B
HTML

<!DOCTYPE HTML>
<html>
<body>
<fieldset style="width:200px; height:200px; padding:0">
<legend>Legend</legend>
<div style="overflow:scroll; height:100%">
</fieldset>
</body>
</html>