summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/521525-1.html
blob: 82af745995dfb9a84716b0cc42968c218f19d230 (plain)
1
2
3
4
5
6
7
<html>
<head>
</head>
<body onload="document.getElementById('f').style.removeProperty('height');">
<form><fieldset id="f" style="height: 200px;"></fieldset></form>
</body>
</html>