Files
UXP-Fixed/layout/reftests/forms/fieldset/fieldset-scroll-1-ref.html
T
2018-02-02 04:16:08 -05: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>